CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/11/05 01:18:44
Modified files:
sys/uvm : uvm_map.c
Log message:
Stop grabbging the KERNEL_LOCK() for uvm_fault_unwire_locked() in the reaper.
The vmap lock is enough to unwire entries.
ok kettenis@
