diff options
Diffstat (limited to 'arch/sparc/kernel/leon_smp.c')
-rw-r--r-- | arch/sparc/kernel/leon_smp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sparc/kernel/leon_smp.c b/arch/sparc/kernel/leon_smp.c index 05c0dadd6371..85787577f683 100644 --- a/arch/sparc/kernel/leon_smp.c +++ b/arch/sparc/kernel/leon_smp.c | |||
@@ -177,7 +177,7 @@ void __init leon_boot_cpus(void) | |||
177 | int nrcpu = leon_smp_nrcpus(); | 177 | int nrcpu = leon_smp_nrcpus(); |
178 | int me = smp_processor_id(); | 178 | int me = smp_processor_id(); |
179 | 179 | ||
180 | printk(KERN_INFO "%d:(%d:%d) cpus mpirq at 0x%x \n", (unsigned int)me, | 180 | printk(KERN_INFO "%d:(%d:%d) cpus mpirq at 0x%x\n", (unsigned int)me, |
181 | (unsigned int)nrcpu, (unsigned int)NR_CPUS, | 181 | (unsigned int)nrcpu, (unsigned int)NR_CPUS, |
182 | (unsigned int)&(leon3_irqctrl_regs->mpstatus)); | 182 | (unsigned int)&(leon3_irqctrl_regs->mpstatus)); |
183 | 183 | ||
@@ -226,7 +226,7 @@ int __cpuinit leon_boot_one_cpu(int i) | |||
226 | break; | 226 | break; |
227 | udelay(200); | 227 | udelay(200); |
228 | } | 228 | } |
229 | printk(KERN_INFO "Started CPU %d \n", (unsigned int)i); | 229 | printk(KERN_INFO "Started CPU %d\n", (unsigned int)i); |
230 | 230 | ||
231 | if (!(cpu_callin_map[i])) { | 231 | if (!(cpu_callin_map[i])) { |
232 | printk(KERN_ERR "Processor %d is stuck.\n", i); | 232 | printk(KERN_ERR "Processor %d is stuck.\n", i); |