CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2024/11/07 03:31:11
Modified files: sys/uvm : uvm_pdaemon.c Log message: Remove redundant `constraint' argument to uvmpd_scan() & friends. Currently when there is no request waiting for low pages the constraint used corresponds to the full address range. So use the constraint attached to the memory request. This also speeds up the active/inactive list lookups by skipping the constraint check if the request has already been fulfilled. ok miod@