Re: [PATCH][2.6-mm] Make i386 boot not so chatty

From: Zwane Mwaikambo
Date: Fri May 21 2004 - 10:13:30 EST


On Fri, 21 May 2004, Andi Kleen wrote:

> Zwane Mwaikambo <zwane@xxxxxxxxxxxxxxxx> writes:
>
> > This patch silences the default i386 boot by putting a lot of development
> > related printks under KERN_DEBUG loglevel, allowing the normal chatty mode
> > to be turned on by using the 'debug' kernel parameter. I have avoided
> > changing files which have external development repositories, like cpufreq and ACPI.
>
> How about this much simpler patch?
>
> -Andi
>
> /* printk's without a loglevel use this.. */
> -#define DEFAULT_MESSAGE_LOGLEVEL 4 /* KERN_WARNING */
> +#define DEFAULT_MESSAGE_LOGLEVEL 6 /* KERN_INFO */

Still rather verbose, there is too much debugging stuff under KERN_INFO.

-
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/