aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-vexpress/platsmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-vexpress/platsmp.c')
-rw-r--r--arch/arm/mach-vexpress/platsmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-vexpress/platsmp.c b/arch/arm/mach-vexpress/platsmp.c
index 670970699ba9..276f916014c1 100644
--- a/arch/arm/mach-vexpress/platsmp.c
+++ b/arch/arm/mach-vexpress/platsmp.c
@@ -92,7 +92,7 @@ int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle)
92 * the boot monitor to read the system wide flags register, 92 * the boot monitor to read the system wide flags register,
93 * and branch to the address found there. 93 * and branch to the address found there.
94 */ 94 */
95 smp_cross_call(cpumask_of(cpu)); 95 smp_cross_call(cpumask_of(cpu), 1);
96 96
97 timeout = jiffies + (1 * HZ); 97 timeout = jiffies + (1 * HZ);
98 while (time_before(jiffies, timeout)) { 98 while (time_before(jiffies, timeout)) {