Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 09/29/1998 11:09:29
Module Name:	src
Committed By:	pk
Date:		Tue Sep 29 18:09:29 UTC 1998

Modified Files:
	src/sys/sys: pool.h
	src/sys/kern: subr_pool.c
Log Message:
In addition to the spinlock, use the lockmgr() to serialize access to
the back-end page allocator. This allows the back-end to sleep since we
now relinquish the spin lock after acquiring the long-term lock.