aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/irqchip/irq-gic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/irqchip/irq-gic.c b/drivers/irqchip/irq-gic.c
index 5a62edfab734..e9902194b698 100644
--- a/drivers/irqchip/irq-gic.c
+++ b/drivers/irqchip/irq-gic.c
@@ -720,9 +720,9 @@ static void gic_raise_softirq(const struct cpumask *mask, unsigned int irq)
/*
* Ensure that stores to Normal memory are visible to the
- * other CPUs before they observe us issuing the IPI.
+ * other CPUs before issuing the IPI.
*/
- dmb(ishst);
+ dsb();
/*
* CPUTargetList -- bit[23:16] in GIC_DIST_SOFTINT in ARM GIC.