]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
On arm, like sparc64, the end of the kernel map varies from one type of
authoralc <alc@FreeBSD.org>
Mon, 18 Feb 2013 01:02:48 +0000 (01:02 +0000)
committeralc <alc@FreeBSD.org>
Mon, 18 Feb 2013 01:02:48 +0000 (01:02 +0000)
commit88b6705ed66e8e65890f043013d6a9781f8a6ddc
treed5b8faf2506eddd4321894bc7b4cd7f04c10df40
parent4ec0049878981227b783e1722f6f3fc61897bbc1
On arm, like sparc64, the end of the kernel map varies from one type of
machine to another.  Therefore, VM_MAX_KERNEL_ADDRESS can't be a constant.
Instead, #define it to be a variable, vm_max_kernel_address, just like we
do on sparc64.

Reviewed by: kib
Tested by: ian
sys/arm/arm/machdep.c
sys/arm/arm/pmap-v6.c
sys/arm/arm/pmap.c
sys/arm/include/vmparam.h
sys/vm/vm_kern.c