Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/28/1998 14:18:38
Module Name:	src
Committed By:	thorpej
Date:		Fri Aug 28 21:18:38 UTC 1998

Modified Files:
	src/sys/kern: subr_pool.c
	src/sys/sys: pool.h
Log Message:
Add an alternate pool page allocator that can be used if the pool is
never accessed in interrupt context.  In the UVM case, this uses the
kernel_map, to reduce usage of the previous kmem_map resource.