Date: Tue, 16 Jul 2002 12:39:41 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_zeroidle.c Message-ID: <200207161939.g6GJdfiD063524@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2002/07/16 12:39:41 PDT Modified files: sys/vm vm_zeroidle.c Log: o Use vm_pageq_remove_nowakeup() and vm_pageq_enqueue() in vm_page_zero_idle() instead of partially duplicated implementations. In particular, this change guarantees that the number of free pages in the free queue(s) matches the global free page count when Giant is released. Submitted by: peter (via his p4 "pmap" branch) Revision Changes Path 1.15 +2 -7 src/sys/vm/vm_zeroidle.c 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?200207161939.g6GJdfiD063524>