From: Bill Nottingham Date: Wed, 24 Sep 2008 18:35:17 +0000 (-0400) Subject: x86_64: be less annoying on boot X-Git-Tag: v2.6.28-rc1~734^2^6~2 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=f6476774f1fe32593d3d71903b1e98514efbf685;p=linux-2.6-omap-h63xx.git x86_64: be less annoying on boot Remove mostly useless message on every boot. Signed-off-by: Bill Nottingham Signed-off-by: Ingo Molnar --- 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); }