projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d606f88
)
[PATCH] i386: remove pointless printk from i386 oops output
author
Dave Jones
<davej@redhat.com>
Thu, 7 Dec 2006 01:14:00 +0000
(
02:14
+0100)
committer
Andi Kleen
<andi@basil.nowhere.org>
Thu, 7 Dec 2006 01:14:00 +0000
(
02:14
+0100)
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>
arch/i386/kernel/traps.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/i386/kernel/traps.c
b/arch/i386/kernel/traps.c
index 396041a46e3d07e446c39dfa99ebfd6369c48e4b..48ebfab661b747eb6ff37ca6adbac4c7085ae474 100644
(file)
--- 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)
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);