CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2019/11/01 13:33:09

Modified files:
        sys/uvm        : uvm_map.c 

Log message:
Push the KERNEL_LOCK() down in uvm_map_inentry().

The lookup in uvm_map_inentry_fix() is already serialized by the
vm_map_lock and such lookup is already executed w/o the KERNEL_LOCK().

ok kettenis@, deraadt@

Reply via email to