Subject: CVS commit: [vmlocking] src/sys/kern
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 09/09/2007 23:17:15
Module Name:	src
Committed By:	ad
Date:		Sun Sep  9 23:17:15 UTC 2007

Modified Files:
	src/sys/kern [vmlocking]: subr_pool.c

Log Message:
- Re-enable pool_cache, since it works on i386 again after today's pmap
  change. pool_cache_invalidate() no longer invalidates objects stored
  in the per-CPU caches. This needs some thought.
- Remove pcg_get, pcg_put since they are only called from one place each.
- Remove cc_busy assertions, since they don't work correctly. Pointed out
  by yamt@.
- Add some more-assertions and simplify.


To generate a diff of this commit:
cvs rdiff -r1.128.2.7 -r1.128.2.8 src/sys/kern/subr_pool.c

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