diff options
author | Bill Nottingham <notting@redhat.com> | 2008-09-24 14:35:17 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-09-25 11:15:20 +0200 |
commit | f6476774f1fe32593d3d71903b1e98514efbf685 (patch) | |
tree | 4bd1ef7106edc68a092cb172e0499930830e4931 /arch/x86/kernel/head64.c | |
parent | 16dc552f35bc0ec6fec8ef83f8032eee352d17f5 (diff) |
x86_64: be less annoying on boot
Remove mostly useless message on every boot.
Signed-off-by: Bill Nottingham <notting@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/head64.c')
-rw-r--r-- | arch/x86/kernel/head64.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/head64.c b/arch/x86/kernel/head64.c index 9bfc4d72fb2e..11aa501c9f4f 100644 --- a/arch/x86/kernel/head64.c +++ b/arch/x86/kernel/head64.c @@ -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); } |