Text faults should not invoke uvm_grow() since the fault address is not on
authormiod <miod@openbsd.org>
Fri, 29 Mar 2024 21:19:30 +0000 (21:19 +0000)
committermiod <miod@openbsd.org>
Fri, 29 Mar 2024 21:19:30 +0000 (21:19 +0000)
commit2350802e69d4c1f88ce59517650b7ea81b9f51d1
tree5d053510fffedac2250bbda649916d0682886e84
parentbdd1b0790409749823ece7acb2e7a489865adf7d
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@
sys/arch/sparc64/sparc64/trap.c