irqchip/bcm2836: Drop extra memory barrier in SMP boot.
authorEric Anholt <[email protected]>
Thu, 4 Feb 2016 21:14:28 +0000 (13:14 -0800)
committerJason Cooper <[email protected]>
Thu, 18 Feb 2016 01:53:10 +0000 (01:53 +0000)
The writel() immediately after this has a barrier, anyway.

Signed-off-by: Eric Anholt <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Jason Cooper <[email protected]>
drivers/irqchip/irq-bcm2836.c

index 963065a0d774149da62a5a1d5cac9152bfa9e696..b6e950d4782a1e020acddb50705efb180fe758b3 100644 (file)
@@ -229,7 +229,6 @@ int __init bcm2836_smp_boot_secondary(unsigned int cpu,
        unsigned long secondary_startup_phys =
                (unsigned long)virt_to_phys((void *)secondary_startup);
 
-       dsb();
        writel(secondary_startup_phys,
               intc.base + LOCAL_MAILBOX3_SET0 + 16 * cpu);