lkml.org 
[lkml]   [2004]   [Sep]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectRe: [patch] voluntary-preempt-2.6.9-rc2-mm1-S4
Date
Hello,

Norberto Bensa wrote:
> Is it me or does this patch broke quiet command-line parameter?

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) {
if ((start & LOG_BUF_MASK) > (end & LOG_BUF_MASK)) {
/* wrapped write */

If so, why is it needed?

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

\
 
 \ /
  Last update: 2005-03-22 14:06    [W:0.347 / U:0.356 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site