dect
/
linux-2.6
Archived
13
0
Fork 0

trivial: add missing printk loglevel in start_kernel

Add missing printk loglevel in start_kernel

Signed-off-by: Ron Lee <ron@debian.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Ron Lee 2008-11-27 02:31:57 +10:30 committed by Jiri Kosina
parent 8e6bdb7f8b
commit 24d431d06a
1 changed files with 2 additions and 1 deletions

View File

@ -602,7 +602,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();