Date: Thu, 31 Oct 2002 16:59:03 -0800 (PST) From: Jeff Roberson <jeff@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_page.c vm_page.h Message-ID: <200211010059.gA10x38W037978@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2002/10/31 16:59:03 PST Modified files: sys/vm vm_page.c vm_page.h Log: - Add a new flag to vm_page_alloc, VM_ALLOC_NOOBJ. This tells vm_page_alloc not to insert this page into an object. The pindex is still used for colorization. - Rework vm_page_select_* to accept a color instead of an object and pindex to work with VM_PAGE_NOOBJ. - Document other VM_ALLOC_ flags. Reviewed by: peter, jake Revision Changes Path 1.218 +24 -19 src/sys/vm/vm_page.c 1.114 +4 -3 src/sys/vm/vm_page.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211010059.gA10x38W037978>