diff options
author | Andi Kleen | 2006-04-07 19:50:21 +0200 |
---|---|---|
committer | Linus Torvalds | 2006-04-09 11:53:53 -0700 |
commit | e48c4729d23a026f3711d5e36add5cce894b4913 (patch) | |
tree | 9f5556934bcba4d5ced8f06d0215a7534b3a8bbc /arch/i386 | |
parent | b20367a6c2a0cd937cb1f0a8cf848f1402fef99c (diff) |
[PATCH] i386: Remove printk about reboot fixups at reboot
Printk doesn't have any value
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/i386')
-rw-r--r-- | arch/i386/kernel/reboot_fixups.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/i386/kernel/reboot_fixups.c b/arch/i386/kernel/reboot_fixups.c index 10e21a4773dd..99aab41a05b0 100644 --- a/arch/i386/kernel/reboot_fixups.c +++ b/arch/i386/kernel/reboot_fixups.c @@ -51,7 +51,5 @@ void mach_reboot_fixups(void) cur->reboot_fixup(dev); } - - printk(KERN_WARNING "No reboot fixup found for your hardware\n"); } |