Re: [PATCH] config option for default loglevel

2005-02-26 Thread Matthias Kunze
Am Sat, 26 Feb 2005 18:15:52 -0800 schrieb Andrew Morton <[EMAIL PROTECTED]>: > I don't see a need for the compile-time option now.. > Well i would prefer to also have a compile-time option, but only a boot paramter will also do the job. diff -Naur linux-2.6.10/Documentation/kernel-parameters.

Re: [PATCH] config option for default loglevel

2005-02-26 Thread Matthias Kunze
Am Sat, 26 Feb 2005 15:45:05 -0800 schrieb Andrew Morton <[EMAIL PROTECTED]>: > Matthias Kunze <[EMAIL PROTECTED]> wrote: > > > > I've created a little patch to make the default loglevel a configurable > > option. > > It'd be better to ma

[PATCH] config option for default loglevel

2005-02-26 Thread Matthias Kunze
important than this.. */ #define MINIMUM_CONSOLE_LOGLEVEL 1 /* Minimum loglevel we let people use */ -#define DEFAULT_CONSOLE_LOGLEVEL 7 /* anything MORE serious than KERN_DEBUG */ +#define DEFAULT_CONSOLE_LOGLEVEL CONFIG_DEFAULT_CONSOLE_LOGLEVEL DECLARE_WAIT_QUEUE_HEAD(log_wait); --- Matt