Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91d8f041 authored by Alexander Kuleshov's avatar Alexander Kuleshov Committed by Ingo Molnar
Browse files

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: default avatarAlexander 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: default avatarIngo Molnar <mingo@kernel.org>
parent 79287cf8
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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];