alc 2008-06-21 21:02:13 UTC
FreeBSD src repository
Modified files:
sys/vm vm_map.c
Log:
SVN rev 179921 on 2008-06-21 21:02:13Z by alc
KERNBASE is not necessarily an address within the kernel map, e.g.,
PowerPC/AIM. Consequently, it should not be used to determine the maximum
number of kernel map entries. Intead, use VM_MIN_KERNEL_ADDRESS, which marks
the start of the kernel map on all architectures.
Tested by: marcel@ (PowerPC/AIM)
Revision Changes Path
1.397 +1 -1 src/sys/vm/vm_map.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"