diff options
author | Andi Kleen <ak@suse.de> | 2006-04-07 17:50:21 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-04-09 18:53:53 (GMT) |
commit | e48c4729d23a026f3711d5e36add5cce894b4913 (patch) | |
tree | 9f5556934bcba4d5ced8f06d0215a7534b3a8bbc | |
parent | b20367a6c2a0cd937cb1f0a8cf848f1402fef99c (diff) | |
download | linux-e48c4729d23a026f3711d5e36add5cce894b4913.tar.xz |
[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>
-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 10e21a4..99aab41 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"); } |