CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2022/08/30 19:27:04
Modified files: sys/uvm : uvm_fault.c Log message: Refine the change in rev 1.125: the UVM mitigation for CoW faulting when multiple CPUs are running threads in the process is only needed when there can be multiple CPUs, so save a fault on SP builds. ok miod@ mpi@