CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2016/06/13 11:14:09
Modified files: sys/uvm : uvm_map.c Log message: In uvm_map(), call uvm_unmap_detach_intrsafe() if we have an interrupt-safe map, to avoid grabbing the kernel lock when pool_get() needs to allocate a new pool page. Hopefully this really is the last case where we might grab the kernel lock for interrupt-safe pools. ok mpi@