patch-1.3.73 linux/arch/alpha/mm/fault.c
Next file: linux/arch/i386/Makefile
Previous file: linux/arch/alpha/kernel/traps.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Tue Mar 12 15:31:10 1996
- Orig file:
v1.3.72/linux/arch/alpha/mm/fault.c
- Orig date:
Tue Dec 26 04:45:35 1995
diff -u --recursive --new-file v1.3.72/linux/arch/alpha/mm/fault.c linux/arch/alpha/mm/fault.c
@@ -78,7 +78,8 @@
*/
bad_area:
if (user_mode(®s)) {
- printk("memory violation at pc=%08lx (%08lx)\n", regs.pc, address);
+ printk("%s: memory violation at pc=%08lx rp=%08lx (bad address = %08lx)\n",
+ current->comm, regs.pc, regs.r26, address);
die_if_kernel("oops", ®s, cause);
send_sig(SIGSEGV, current, 1);
return;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this