CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/03/01 02:09:35
Modified files:
sys/uvm : uvm_fault.c
Log message:
Move the top part of uvm_fault_lower(), the lookup, in its own function.
The name and logic come from NetBSD in order to reduce the difference
between the two code bases.
No functional change intended.
ok tb@
