CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2024/12/24 01:55:48
Modified files: sys/uvm : uvm_fault.c Log message: Use a variable to represent the type of lock necessary for the lower fault. For the moment an exclusive (RW_WRITE) lock is always used. ok kettenis@, tb@