K 10 svn:author V 3 alc K 8 svn:date V 27 2003-01-12T23:32:46.000000Z K 7 svn:log V 300 Make vm_page_alloc() return PG_ZERO only if VM_ALLOC_ZERO is specified. The objective being to eliminate some cases of page queues locking. (See, for example, vm/vm_fault.c revision 1.160.) Reviewed by: tegge (Also, pointed out by tegge that I changed vm_fault.c before changing vm_page.c. Oops.) END