ARM: bcm2836: Send event when onlining other cores
[sfrench/cifs-2.6.git] / arch / arm / mach-bcm / platsmp.c
index 34506a608fea01a325c23bbeb13dea41014d79cc..7d954830eb57644e36d80b3ab17cb1778d208337 100644 (file)
@@ -312,6 +312,9 @@ static int bcm2836_boot_secondary(unsigned int cpu, struct task_struct *idle)
        writel(virt_to_phys(secondary_startup),
               intc_base + LOCAL_MAILBOX3_SET0 + 16 * cpu);
 
+       dsb(sy);
+       sev();
+
        iounmap(intc_base);
 
        return 0;