CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/07/24 06:17:31
Modified files:
sys/kern : kern_exit.c
sys/uvm : uvm_extern.h uvm_map.c
Log message:
Move uvm_exit() outside of the KERNEL_LOCK() in the reaper.
Use atomic operations to reference count VM spaces.
Tested by claudio@, bluhm@, sthen@, jca@
ok jca@, claudio@
