CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2025/03/23 11:22:04

Modified files:
        sys/uvm        : uvm_fault.c 

Log message:
Revert 1.129 now that vslock(9) no longer call uvm_fault_unwire() directly.

uvm_map_pageable() only calls uvm_fault_unwire_locked() for mapped entries
whose wired refcount drops to 0.  So there is no longer the need to deal with
missing entries in a given address range at a deeper level.

Tested by and ok bluhm@, ok kettenis@

Reply via email to