Skip to content
Commit a1dcbd11 authored by Eric Anholt's avatar Eric Anholt Committed by Marc Zyngier
Browse files

irqchip/bcm2836: Use a more generic memory barrier call



dsb() requires an argument on arm64, so we needed to add "sy".
Instead, take this opportunity to switch to the same smp_wmb() call
that gic uses for its IPIs.  This is a less strong barrier than we
were doing before (dmb(ishst) compared to dsb(sy)), but it seems to be
the correct one.

Signed-off-by: default avatarEric Anholt <eric@anholt.net>
Acked-by: default avatarStephen Warren <swarren@wwwdotorg.org>
Signed-off-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
parent cb290d82
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment