aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/head64.c
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2008-09-24 14:35:17 -0400
committerIngo Molnar <mingo@elte.hu>2008-09-25 11:15:20 +0200
commitf6476774f1fe32593d3d71903b1e98514efbf685 (patch)
tree4bd1ef7106edc68a092cb172e0499930830e4931 /arch/x86/kernel/head64.c
parent16dc552f35bc0ec6fec8ef83f8032eee352d17f5 (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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/head64.c b/arch/x86/kernel/head64.c
index 9bfc4d72fb2..11aa501c9f4 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);
}