K 10 svn:author V 3 alc K 8 svn:date V 27 2008-01-02T08:54:39.000000Z K 7 svn:log V 307 Provide a legitimate pindex to vm_page_alloc() in pmap_growkernel() instead of writing apologetic comments. As it turns out, I need every kernel page table page to have a legitimate pindex to support superpage promotion on kernel memory. Correct a nearby style error: Pointers should be compared to NULL. END