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.