Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 10/07/2001 15:44:06
Module Name:	syssrc
Committed By:	bjh21
Date:		Sun Oct  7 12:44:06 UTC 2001

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

Log Message:
Add support for allocating pool memory in units smaller than a whole page.
This is activated by defining POOL_SUBPAGE to the size of the new allocation
unit, and makes pools much more efficient on machines with obscenely large
pages.  It might even make four-megabyte arm26 systems usable.


To generate a diff of this commit:
cvs rdiff -r1.61 -r1.62 syssrc/sys/kern/subr_pool.c
cvs rdiff -r1.27 -r1.28 syssrc/sys/sys/pool.h

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