CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/01/10 04:18:47
Modified files:
sys/uvm : uvm_swap.c
Log message:
The uvm_swap_data_lock mutex can now be taken without holding the kernel
lock. So it needs IPL_MPFLOOR to prevent lock ordering issues.
ok jca@
