x86_64: be less annoying on boot, v2
Honour "quiet" boot parameter in early_printk() calls Signed-off-by: Diego Calleja <diegocg@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
f6476774f1
commit
12544697f1
1 changed files with 2 additions and 1 deletions
|
@ -108,7 +108,8 @@ void __init x86_64_start_kernel(char * real_mode_data)
|
|||
}
|
||||
load_idt((const struct desc_ptr *)&idt_descr);
|
||||
|
||||
early_printk("Kernel alive\n");
|
||||
if (console_loglevel == 10)
|
||||
early_printk("Kernel alive\n");
|
||||
|
||||
x86_64_init_pda();
|
||||
|
||||
|
|
Loading…
Reference in a new issue