K 10 svn:author V 3 alc K 8 svn:date V 27 2009-01-18T19:20:10.171681Z K 7 svn:log V 295 MFC rev 179921 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. Instead, use VM_MIN_KERNEL_ADDRESS, which marks the start of the kernel map on all architectures. END