Date: Thu, 18 Jul 2002 10:40:07 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_pageq.c vm_zeroidle.c Message-ID: <200207181740.g6IHe7fI031077@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2002/07/18 10:40:07 PDT Modified files: sys/vm vm_pageq.c vm_zeroidle.c Log: o Remove the acquisition and release of Giant from the idle priority thread that pre-zeroes free pages. o Remove GIANT_REQUIRED from some low-level page queue functions. (Instead assertions on the page queue lock are being added to the higher-level functions, like vm_page_wire(), etc.) In collaboration with: peter Revision Changes Path 1.6 +0 -3 src/sys/vm/vm_pageq.c 1.16 +1 -5 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?200207181740.g6IHe7fI031077>