Date: Sun, 21 Sep 2003 17:56:14 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_page.c Message-ID: <200309220056.h8M0uED8008753@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309220056.h8M0uED8008753>