CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/27 13:17:12
Modified files:
sys/arch/i386/i386: trap.c
Log message:
refactor page-fault handling out of the trap() switch into user and
kernel functions, rearrange to be highly similar to amd64 fault
handling, and reduce the KERNEL_LOCK to only be around uvm_fault
reviewed by numerous people, especially kettenis
In snaps for over a week
