Module Name: src Committed By: mlelstv Date: Sun Jan 3 01:07:19 UTC 2010
Modified Files: src/sys/kern: subr_pool.c Log Message: Pools are created way before the pool subsystem mutexes are initialized. Ignore also pool_allocator_lock while the system is in cold state. When the system has left cold state, uvm_init() should have also initialized the pool subsystem and the mutexes are ready to use. To generate a diff of this commit: cvs rdiff -u -r1.179 -r1.180 src/sys/kern/subr_pool.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.