patch-2.1.16 linux/arch/alpha/mm/fault.c
Next file: linux/arch/i386/boot/setup.S
Previous file: linux/arch/alpha/defconfig
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Mon Dec 16 13:06:27 1996
-  Orig file: 
v2.1.15/linux/arch/alpha/mm/fault.c
-  Orig date: 
Fri Nov  1 17:13:14 1996
diff -u --recursive --new-file v2.1.15/linux/arch/alpha/mm/fault.c linux/arch/alpha/mm/fault.c
@@ -112,7 +112,7 @@
 	if ((fixup = search_exception_table(regs->pc)) != 0) {
 		unsigned long newpc;
 		newpc = fixup_exception(dpf_reg, fixup, regs->pc);
-		printk("Taking exception at %lx (%lx)\n", regs->pc, newpc);
+		printk("Taking exception at [<%lx>] (%lx)\n", regs->pc, newpc);
 		regs->pc = newpc;
 		return;
 	}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov