]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
x86_64: be less annoying on boot
authorBill Nottingham <notting@redhat.com>
Wed, 24 Sep 2008 18:35:17 +0000 (14:35 -0400)
committerIngo Molnar <mingo@elte.hu>
Thu, 25 Sep 2008 09:15:20 +0000 (11:15 +0200)
Remove mostly useless message on every boot.

Signed-off-by: Bill Nottingham <notting@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/head64.c

index 9bfc4d72fb2e26b757ffad4bffd8b0de7a45de39..11aa501c9f4fa80e4121512d8aa341c0fa046c09 100644 (file)
@@ -112,8 +112,6 @@ void __init x86_64_start_kernel(char * real_mode_data)
 
        x86_64_init_pda();
 
-       early_printk("Kernel really alive\n");
-
        x86_64_start_reservations(real_mode_data);
 }