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

Commit 12544697 authored by dcg's avatar dcg Committed by Ingo Molnar
Browse files

x86_64: be less annoying on boot, v2



Honour "quiet" boot parameter in early_printk() calls

Signed-off-by: default avatarDiego Calleja <diegocg@gmail.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent f6476774
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -108,6 +108,7 @@ void __init x86_64_start_kernel(char * real_mode_data)
	}
	load_idt((const struct desc_ptr *)&idt_descr);

	if (console_loglevel == 10)
		early_printk("Kernel alive\n");

	x86_64_init_pda();