Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 02/24/2006 11:46:21
Module Name:	src
Committed By:	bjh21
Date:		Fri Feb 24 11:46:21 UTC 2006

Modified Files:
	src/sys/kern: subr_pool.c
	src/sys/sys: pool.h

Log Message:
Medium-sized overhaul of POOL_SUBPAGE support so that:
1: I can understand it, and
2: It works.
Notable externally-visible changes are that POOL_SUBPAGE now has to be a
compile-time constant, and that trying to initialise a pool whose objects are
larger than POOL_SUBPAGE automatically generates a pool that doesn't use
subpages.

NetBSD/acorn26 now boots multi-user again.


To generate a diff of this commit:
cvs rdiff -r1.111 -r1.112 src/sys/kern/subr_pool.c
cvs rdiff -r1.47 -r1.48 src/sys/sys/pool.h

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