projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea4423c
)
[PATCH] ARM SMP: Messages about CPUs should be prefixed by CPU%u
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Sun, 19 Jun 2005 18:48:16 +0000
(19:48 +0100)
committer
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Sun, 19 Jun 2005 18:48:16 +0000
(19:48 +0100)
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/smp.c
patch
|
blob
|
history
diff --git
a/arch/arm/kernel/smp.c
b/arch/arm/kernel/smp.c
index 45ed036336e0534eb8b9bb9ecf57fe4861fd6875..34892758f098c485f0b47e97083daf699a399878 100644
(file)
--- a/
arch/arm/kernel/smp.c
+++ b/
arch/arm/kernel/smp.c
@@
-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
*/