提交 0908db22 编写于 作者: R Russell King

[PATCH] ARM SMP: Messages about CPUs should be prefixed by CPU%u

Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 ea4423c3
......@@ -145,7 +145,8 @@ int __init __cpu_up(unsigned int cpu)
pgd_free(pgd);
if (ret) {
printk(KERN_CRIT "cpu_up: processor %d failed to boot\n", cpu);
printk(KERN_CRIT "CPU%u: processor failed to boot\n", cpu);
/*
* FIXME: We need to clean up the new idle thread. --rmk
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册