sparc: remove trailing space in messages
Also fixes a typo in one message. Signed-off-by: Frans Pop <elendil@planet.nl> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
1349ea08e8
commit
0da2b300b9
@@ -124,7 +124,7 @@ void __init leon_init_timers(irq_handler_t counter_fn)
|
|||||||
|
|
||||||
if (!(LEON3_BYPASS_LOAD_PA(&leon3_gptimer_regs->config) &
|
if (!(LEON3_BYPASS_LOAD_PA(&leon3_gptimer_regs->config) &
|
||||||
(1<<LEON3_GPTIMER_SEPIRQ))) {
|
(1<<LEON3_GPTIMER_SEPIRQ))) {
|
||||||
prom_printf("irq timer not configured with seperate irqs \n");
|
prom_printf("irq timer not configured with separate irqs\n");
|
||||||
BUG();
|
BUG();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -177,7 +177,7 @@ void __init leon_boot_cpus(void)
|
|||||||
int nrcpu = leon_smp_nrcpus();
|
int nrcpu = leon_smp_nrcpus();
|
||||||
int me = smp_processor_id();
|
int me = smp_processor_id();
|
||||||
|
|
||||||
printk(KERN_INFO "%d:(%d:%d) cpus mpirq at 0x%x \n", (unsigned int)me,
|
printk(KERN_INFO "%d:(%d:%d) cpus mpirq at 0x%x\n", (unsigned int)me,
|
||||||
(unsigned int)nrcpu, (unsigned int)NR_CPUS,
|
(unsigned int)nrcpu, (unsigned int)NR_CPUS,
|
||||||
(unsigned int)&(leon3_irqctrl_regs->mpstatus));
|
(unsigned int)&(leon3_irqctrl_regs->mpstatus));
|
||||||
|
|
||||||
@@ -226,7 +226,7 @@ int __cpuinit leon_boot_one_cpu(int i)
|
|||||||
break;
|
break;
|
||||||
udelay(200);
|
udelay(200);
|
||||||
}
|
}
|
||||||
printk(KERN_INFO "Started CPU %d \n", (unsigned int)i);
|
printk(KERN_INFO "Started CPU %d\n", (unsigned int)i);
|
||||||
|
|
||||||
if (!(cpu_callin_map[i])) {
|
if (!(cpu_callin_map[i])) {
|
||||||
printk(KERN_ERR "Processor %d is stuck.\n", i);
|
printk(KERN_ERR "Processor %d is stuck.\n", i);
|
||||||
|
@@ -194,7 +194,7 @@ int __cpuinit smp4d_boot_one_cpu(int i)
|
|||||||
smp_penguin_ctable.reg_size = 0;
|
smp_penguin_ctable.reg_size = 0;
|
||||||
|
|
||||||
/* whirrr, whirrr, whirrrrrrrrr... */
|
/* whirrr, whirrr, whirrrrrrrrr... */
|
||||||
SMP_PRINTK(("Starting CPU %d at %p \n", i, entry));
|
SMP_PRINTK(("Starting CPU %d at %p\n", i, entry));
|
||||||
local_flush_cache_all();
|
local_flush_cache_all();
|
||||||
prom_startcpu(cpu_node,
|
prom_startcpu(cpu_node,
|
||||||
&smp_penguin_ctable, 0, (char *)entry);
|
&smp_penguin_ctable, 0, (char *)entry);
|
||||||
|
Reference in New Issue
Block a user