CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/16 07:22:21
Modified files:
sys/uvm : uvm_map.c
Log message:
Avoid grabbing the kernel lock in uvm_unmap() if we have an interrupt-safe
map. This removes the (hopefully) last case in which pool_put() might try
to grab the kernel lock for interrupt-safe pools. Note that pools that are
created with the PR_WAITOK flag will still grab the kernel lock.
ok mpi@, tedu@
