Subject: CVS commit: [vmlocking] src/sys
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 10/26/2007 17:03:12
Module Name:	src
Committed By:	ad
Date:		Fri Oct 26 17:03:12 UTC 2007

Modified Files:
	src/sys/kern [vmlocking]: subr_pool.c
	src/sys/sys [vmlocking]: pool.h
	src/sys/uvm [vmlocking]: uvm_pdaemon.c

Log Message:
- Use a cross call to drain the per-CPU component of pool caches.
- When draining, skip over pools that are completly inactive.


To generate a diff of this commit:
cvs rdiff -r1.128.2.10 -r1.128.2.11 src/sys/kern/subr_pool.c
cvs rdiff -r1.55.6.3 -r1.55.6.4 src/sys/sys/pool.h
cvs rdiff -r1.84.4.8 -r1.84.4.9 src/sys/uvm/uvm_pdaemon.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.