CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2015/08/31 14:42:41
Modified files: sys/arch/i386/i386: pmap.c Log message: The pmap_pmap_pool pool will never be used in interrupt context, so pass the PR_WAITOK flag to pool_init and pass NULL as the pool allocator. ok mlarkin@