diff options
Diffstat (limited to 'arch/arm/mach-realview/platsmp.c')
-rw-r--r-- | arch/arm/mach-realview/platsmp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-realview/platsmp.c b/arch/arm/mach-realview/platsmp.c index ea3c75595fa9..a5730466dff5 100644 --- a/arch/arm/mach-realview/platsmp.c +++ b/arch/arm/mach-realview/platsmp.c | |||
@@ -82,7 +82,7 @@ void __cpuinit platform_secondary_init(unsigned int cpu) | |||
82 | * to get this processor out of WFI in the BootMonitor - make | 82 | * to get this processor out of WFI in the BootMonitor - make |
83 | * sure that we are no longer being sent this soft interrupt | 83 | * sure that we are no longer being sent this soft interrupt |
84 | */ | 84 | */ |
85 | smp_cross_call_done(cpumask_of_cpu(cpu)); | 85 | smp_cross_call_done(cpumask_of(cpu)); |
86 | 86 | ||
87 | /* | 87 | /* |
88 | * if any interrupts are already enabled for the primary | 88 | * if any interrupts are already enabled for the primary |
@@ -136,7 +136,7 @@ int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle) | |||
136 | * Use smp_cross_call() for this, since there's little | 136 | * Use smp_cross_call() for this, since there's little |
137 | * point duplicating the code here | 137 | * point duplicating the code here |
138 | */ | 138 | */ |
139 | smp_cross_call(cpumask_of_cpu(cpu)); | 139 | smp_cross_call(cpumask_of(cpu)); |
140 | 140 | ||
141 | timeout = jiffies + (1 * HZ); | 141 | timeout = jiffies + (1 * HZ); |
142 | while (time_before(jiffies, timeout)) { | 142 | while (time_before(jiffies, timeout)) { |