diff options
author | Alexander Kuleshov <kuleshovmail@gmail.com> | 2015-03-17 19:00:05 +0600 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2015-03-17 14:03:04 +0100 |
commit | 91d8f0416f3989e248d3a3d3efb821eda10a85d2 (patch) | |
tree | e3b54272cdd1e8f1fea2a81e64331b39ae22eb1e /arch/x86/kernel/head64.c | |
parent | 79287cf8778df21e5ad6c3ac01615e02cf9dbae6 (diff) |
x86/boot/64: Remove pointless early_printk() message
earlyprintk is not initialised yet by the setup_early_printk() function
so we can remove it.
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Cc: Borislav Petkov <bp@suse.de>
Link: http://lkml.kernel.org/r/1426597205-5142-1-git-send-email-kuleshovmail@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/kernel/head64.c')
-rw-r--r-- | arch/x86/kernel/head64.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kernel/head64.c b/arch/x86/kernel/head64.c index eda1a865641e..8c58135b0fa4 100644 --- a/arch/x86/kernel/head64.c +++ b/arch/x86/kernel/head64.c @@ -172,9 +172,6 @@ asmlinkage __visible void __init x86_64_start_kernel(char * real_mode_data) */ load_ucode_bsp(); - if (console_loglevel >= CONSOLE_LOGLEVEL_DEBUG) - early_printk("Kernel alive\n"); - clear_page(init_level4_pgt); /* set init_level4_pgt kernel high mapping*/ init_level4_pgt[511] = early_level4_pgt[511]; |