CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/21 02:55:40
Modified files:
sys/uvm : uvm_fault.c
Log message:
Move the top part of uvm_fault() (lookups, checks, etc) in their own function.
The name, uvm_fault_check() and logic comes from NetBSD as reuducing diff
with their tree is useful to learn from their experience and backport fixes.
No functional change intended.
ok kettenis@
