CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2025/01/29 08:22:33
Modified files: sys/uvm : uvm_fault.c Log message: Missing pieces to run the lower fault handler in parrallel (off by default). Running the lower fault handler in parrallel isn't a clear performance win as long as the global pagedaemon mutex is contended. Tested by many, thanks!