提交 55c395b4 编写于 作者: M Michael Tokarev 提交者: Ingo Molnar

x86: fix missing space in printk

Just come across this when booting on an old hw..
Looks somewhat ugly, that single missing space ;)
Signed-off-by: NMichael Tokarev <mjt@tls.msk.ru>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 affa219b
...@@ -1086,8 +1086,10 @@ static int __init smp_sanity_check(unsigned max_cpus) ...@@ -1086,8 +1086,10 @@ static int __init smp_sanity_check(unsigned max_cpus)
#endif #endif
if (!physid_isset(hard_smp_processor_id(), phys_cpu_present_map)) { if (!physid_isset(hard_smp_processor_id(), phys_cpu_present_map)) {
printk(KERN_WARNING "weird, boot CPU (#%d) not listed" printk(KERN_WARNING
"by the BIOS.\n", hard_smp_processor_id()); "weird, boot CPU (#%d) not listed by the BIOS.\n",
hard_smp_processor_id());
physid_set(hard_smp_processor_id(), phys_cpu_present_map); physid_set(hard_smp_processor_id(), phys_cpu_present_map);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册