]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Since revision 1.280 of vm/vm_page.c, vm_page_grab() always returns a
authorAlan Cox <alc@FreeBSD.org>
Sat, 8 May 2004 23:26:11 +0000 (23:26 +0000)
committerAlan Cox <alc@FreeBSD.org>
Sat, 8 May 2004 23:26:11 +0000 (23:26 +0000)
commitff8ea5e3965ba36215adcbcfc0fbd289602a50c3
treebbfcefbaa8837fdde34a8e43b040c84e582eb177
parent99ca5b8804cbf2070494a76a700801c9842399ad
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().
sys/sparc64/sparc64/pmap.c