CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/01/07 15:47:18
Modified files:
sys/arch/m88k/m88k: trap.c
Log message:
Correctly signal SIGSEGV, instead of SIGBUS, for faults caused by access to
pages mapped without read (or write) permissions.
The existing logic would incorrectly match uvm_fault() returning EACCES with
the CMMU fault logic reporting a bus error (which will still cause SIGBUS
to be sent).
