CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/14 10:47:46
Modified files:
sys/arch/amd64/amd64: trap.c
Log message:
Split the userland vs kernel uvm_fault reaching paths to reduce late
checking of variables and avoid the KERNEL_LOCK in more cases. Much
discussion with kettenis led up to this.
ok kettenis
