Re: [PATCH] x86_64: be less annoying on boot

From: Ingo Molnar
Date: Sat Sep 27 2008 - 15:18:45 EST



* dcg <diegocg@xxxxxxxxx> wrote:

> El Sat, 27 Sep 2008 20:50:27 +0200, Ingo Molnar <mingo@xxxxxxx> escribió:
>
> > that has some marginal use: it shows that we are past the really
> > basic system setup code, we decompressed the kernel and entered
> > protected mode with boot paging enabled.
>
> What I find annoying about that printk is that I see it even with the
> "quiet" boot flag.

that's a property of early_printk() - it just doesnt listen to any of
the normal printk modifiers. (and that's the point of early_printk())

could you please send a patch that only calls that early_printk() if
console_loglevel == 10? (i.e. if "debug" has been passed)

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/