CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/29 15:19:30
Modified files:
sys/arch/sparc64/sparc64: trap.c
Log message:
Text faults should not invoke uvm_grow() since the fault address is not on
stack. Remove duplicated "panic if uvm_fault() fails and we are in kernel mode"
blocks.
ok claudio@ kettenis@
