K 10 svn:author V 3 alc K 8 svn:date V 27 2012-06-01T03:56:12.755441Z K 7 svn:log V 180 pmap_alloc_vhpt() doesn't need the pages that it allocates to be mapped into the kernel map, so vm_page_alloc_contig() can be used in place of contigmalloc(). Reviewed by: marcel END