K 10 svn:author V 3 alc K 8 svn:date V 27 2004-05-08T23:26:11.000000Z K 7 svn:log V 178 Since revision 1.280 of vm/vm_page.c, vm_page_grab() always returns a zeroed page when passed VM_ALLOC_ZERO. Thus, we can eliminate the check against PG_ZERO from pmap_pinit(). END