提交 24d431d0 编写于 作者: R Ron Lee 提交者: Jiri Kosina

trivial: add missing printk loglevel in start_kernel

Add missing printk loglevel in start_kernel
Signed-off-by: NRon Lee <ron@debian.org>
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
上级 8e6bdb7f
......@@ -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();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册