alc 2003/09/21 17:56:14 PDT FreeBSD src repository Modified files: sys/vm vm_page.c Log: Initialize the page's pindex field even for VM_ALLOC_NOOBJ allocations. (This field is useful for implementing sanity checks even if the page does not belong to an object.) Revision Changes Path 1.261 +2 -0 src/sys/vm/vm_page.c