CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/14 06:29:18
Modified files:
sys/uvm : uvm_km.c uvm_swap.c uvmexp.h
Log message:
Grab the KERNEL_LOCK() or ensure it's held when poking at swap data structures.
This will allow uvm_fault_upper() to enter swap-related functions without
holding the KERNEL_LOCK().
ok jmatthew@
