patch-2.2.16 linux/arch/alpha/mm/fault.c
Next file: linux/arch/alpha/mm/init.c
Previous file: linux/arch/alpha/mm/extable.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Wed Jun 7 14:26:42 2000
- Orig file:
v2.2.15/linux/arch/alpha/mm/fault.c
- Orig date:
Wed May 3 17:16:30 2000
diff -urN v2.2.15/linux/arch/alpha/mm/fault.c linux/arch/alpha/mm/fault.c
@@ -147,11 +147,11 @@
no_context:
/* Are we prepared to handle this fault as an exception? */
- if ((fixup = search_exception_table(regs->pc)) != 0) {
+ if ((fixup = search_exception_table(regs->pc, regs->gp)) != 0) {
unsigned long newpc;
newpc = fixup_exception(dpf_reg, fixup, regs->pc);
-#if 0
- printk("%s: Exception at [<%lx>] (%lx)\n",
+#if 1
+ printk("%s: Exception at [<%lx>] (%lx) handled successfully.\n",
current->comm, regs->pc, newpc);
#endif
regs->pc = newpc;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)