CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/07/24 06:18:10
Modified files:
sys/uvm : uvm_pager.c
Log message:
Remove workaround for lock ordering issue in uvm_pseg_get().
Now that uvm_unmap_detach() no longer grab the KERNEL_LOCK() it should be
safe to call it with the `uvm_pseg_lck' mutex held via uvm_km_valloc_try().
ok jca@, claudio@
