[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081126160157.GC28153@homer.shelbyville.oz>
Date: Thu, 27 Nov 2008 02:31:57 +1030
From: Ron <ron@...ian.org>
To: trivial@...nel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] add missing printk loglevel
diff --git a/init/main.c b/init/main.c
index 7e117a2..858d97c 100644
--- a/init/main.c
+++ b/init/main.c
@@ -613,7 +613,8 @@ asmlinkage void __init start_kernel(void)
sched_clock_init();
profile_init();
if (!irqs_disabled())
- printk("start_kernel(): bug: interrupts were enabled early\n");
+ printk(KERN_CRIT "start_kernel(): bug: interrupts were "
+ "enabled early\n");
early_boot_irqs_on();
local_irq_enable();
Signed-off-by: Ron Lee <ron@...ian.org>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists