K 10 svn:author V 3 alc K 8 svn:date V 27 2008-06-21T21:02:13.013614Z K 7 svn:log V 305 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) END