Re: [patch] voluntary-preempt-2.6.9-rc2-mm1-S4

From: Ingo Molnar
Date: Thu Sep 23 2004 - 13:25:59 EST



* Norberto Bensa <norberto+linux-kernel@xxxxxxxxxxxx> wrote:

> Ingo, is this on purpose:
>
> --- linux/kernel/printk.c.orig
> +++ linux/kernel/printk.c
> @@ -401,7 +401,7 @@ static void __call_console_drivers(unsig
> static void _call_console_drivers(unsigned long start,
> unsigned long end, int msg_log_level)
> {
> - if (msg_log_level < console_loglevel &&
> + if (/*msg_log_level < console_loglevel && */
> console_drivers && start != end) {

not intended, debugging leftover, you can remove it.

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/