From: dcg Date: Sun, 28 Sep 2008 16:49:46 +0000 (+0200) Subject: x86_64: be less annoying on boot, v2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=12544697f12e0ecdcf971075415c7678fae502af;p=linux-beck.git x86_64: be less annoying on boot, v2 Honour "quiet" boot parameter in early_printk() calls Signed-off-by: Diego Calleja Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/kernel/head64.c b/arch/x86/kernel/head64.c index 11aa501c9f4f..d16084f90649 100644 --- a/arch/x86/kernel/head64.c +++ b/arch/x86/kernel/head64.c @@ -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();