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

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(&regs)) {
-		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", &regs, 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