patch-2.2.17 linux/arch/alpha/mm/fault.c

Next file: linux/arch/i386/config.in
Previous file: linux/arch/alpha/kernel/sys_noritake.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.16/arch/alpha/mm/fault.c linux/arch/alpha/mm/fault.c
@@ -150,8 +150,8 @@
 	if ((fixup = search_exception_table(regs->pc, regs->gp)) != 0) {
 		unsigned long newpc;
 		newpc = fixup_exception(dpf_reg, fixup, regs->pc);
-#if 1
-		printk("%s: Exception at [<%lx>] (%lx) handled successfully.\n",
+#if 0
+		printk("%s: Exception at [<%lx>] (%lx)\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)