* remove pointless printk from i386 oops output
@ 2006-10-06 21:52 Dave Jones
2006-10-16 10:01 ` Andi Kleen
0 siblings, 1 reply; 2+ messages in thread
From: Dave Jones @ 2006-10-06 21:52 UTC (permalink / raw)
To: ak; +Cc: Linux Kernel
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>
--- linux-2.6.18.noarch/arch/i386/kernel/traps.c~ 2006-10-06 17:41:47.000000000 -0400
+++ linux-2.6.18.noarch/arch/i386/kernel/traps.c 2006-10-06 17:42:03.000000000 -0400
@@ -837,7 +837,6 @@ void die_nmi (struct pt_regs *regs, cons
printk(" on CPU%d, eip %08lx, registers:\n",
smp_processor_id(), regs->eip);
show_registers(regs);
- printk(KERN_EMERG "console shuts up ...\n");
console_silent();
spin_unlock(&nmi_print_lock);
bust_spinlocks(0);
--
http://www.codemonkey.org.uk
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: remove pointless printk from i386 oops output
2006-10-06 21:52 remove pointless printk from i386 oops output Dave Jones
@ 2006-10-16 10:01 ` Andi Kleen
0 siblings, 0 replies; 2+ messages in thread
From: Andi Kleen @ 2006-10-16 10:01 UTC (permalink / raw)
To: Dave Jones; +Cc: Linux Kernel
On Friday 06 October 2006 23:52, Dave Jones wrote:
> 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.
Added thanks
-Andi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-10-16 10:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-06 21:52 remove pointless printk from i386 oops output Dave Jones
2006-10-16 10:01 ` Andi Kleen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox