CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2014/08/11 18:59:27
Modified files: sys/kern : subr_pool.c Log message: bring back r1.132. this is a bit different cos we're still using splvm to protect pool_list rather than the rwlock that made i386 blow up: provide a pool_count global so we can figure out how many pools there are active without having to walk the global pool_list.