aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2006-12-06 20:14:00 -0500
committerAndi Kleen <andi@basil.nowhere.org>2006-12-06 20:14:00 -0500
commita63954b5cad5765e52870bb649992bf636f32a6b (patch)
treed7e8cdbda00366ca4146b784e5ae017c57f3168c /arch
parentd606f88fa5e529e9dc72be97e79db1e36a6261cb (diff)
[PATCH] i386: remove pointless printk from i386 oops output
This just got removed on x86-64, do the same on 32bit. It always annoyed me when this ate a line of oops output pushing interesting stuff off the screen. Signed-off-by: Dave Jones <davej@redhat.com> Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/i386/kernel/traps.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/i386/kernel/traps.c b/arch/i386/kernel/traps.c
index 396041a46e3d..48ebfab661b7 100644
--- a/arch/i386/kernel/traps.c
+++ b/arch/i386/kernel/traps.c
@@ -777,7 +777,6 @@ void __kprobes die_nmi(struct pt_regs *regs, const char *msg)
777 printk(" on CPU%d, eip %08lx, registers:\n", 777 printk(" on CPU%d, eip %08lx, registers:\n",
778 smp_processor_id(), regs->eip); 778 smp_processor_id(), regs->eip);
779 show_registers(regs); 779 show_registers(regs);
780 printk(KERN_EMERG "console shuts up ...\n");
781 console_silent(); 780 console_silent();
782 spin_unlock(&nmi_print_lock); 781 spin_unlock(&nmi_print_lock);
783 bust_spinlocks(0); 782 bust_spinlocks(0);