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

Next file: linux/arch/arm/kernel/irq.c
Previous file: linux/arch/alpha/mm/extable.c
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/arch/alpha/mm/fault.c linux/arch/alpha/mm/fault.c
@@ -150,8 +150,10 @@
 	if ((fixup = search_exception_table(regs->pc)) != 0) {
 		unsigned long newpc;
 		newpc = fixup_exception(dpf_reg, fixup, regs->pc);
+#if 0
 		printk("%s: Exception at [<%lx>] (%lx)\n",
 		       current->comm, regs->pc, newpc);
+#endif
 		regs->pc = newpc;
 		goto out_unlock;
 	}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)