Edit

IABSD.fr/src/sys/uvm

Branch :

  • Show log

    Commit

  • Author : mpi
    Date : 2024-07-24 12:18:10
    Hash : 8f968f81
    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@