]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86/boot/64: Remove pointless early_printk() message
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Tue, 17 Mar 2015 13:00:05 +0000 (19:00 +0600)
committerIngo Molnar <mingo@kernel.org>
Tue, 17 Mar 2015 13:03:04 +0000 (14:03 +0100)
commit91d8f0416f3989e248d3a3d3efb821eda10a85d2
treee3b54272cdd1e8f1fea2a81e64331b39ae22eb1e
parent79287cf8778df21e5ad6c3ac01615e02cf9dbae6
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>
arch/x86/kernel/head64.c