mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH RFC] remove pointless early_printk call in x86/kernel/head64.c
@ 2015-03-17 12:59 Alexander Kuleshov
  2015-03-17 13:00 ` [PATCH] x86/head64.c: remove pointless early_printk call Alexander Kuleshov
  0 siblings, 1 reply; 3+ messages in thread
From: Alexander Kuleshov @ 2015-03-17 12:59 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, Andrew Morton,
	Borislav Petkov
  Cc: linux-kernel

There is the call of the early_printk function in the x86/kernel/head64.c, but
if i understand correctly early_printk initialized by setup_early_printk
which is early_param, but early_param initialized only in the init/main.c in
the do_early_param function. So early_printk from the x86/kernel/head64.c 
will not print anything in any case.

Alexander Kuleshov (1):
  x86/head64.c: remove pointless early_printk call

 arch/x86/kernel/head64.c | 3 ---
 1 file changed, 3 deletions(-)

-- 
2.3.3.472.g20ceeac.dirty


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-17 13:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-17 12:59 [PATCH RFC] remove pointless early_printk call in x86/kernel/head64.c Alexander Kuleshov
2015-03-17 13:00 ` [PATCH] x86/head64.c: remove pointless early_printk call Alexander Kuleshov
2015-03-17 13:09   ` [tip:x86/boot] x86/boot/64: Remove pointless early_printk() message tip-bot for Alexander Kuleshov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome