Skip to content
Commit 8f318526 authored by Marc Zyngier's avatar Marc Zyngier
Browse files

irqchip/gic-v3: Add missing barrier to 32bit version of gic_read_iar()

Commit 1a1ebd5f ("irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is
visible on redestributor") fixed the missing barrier on arm64, but
forgot to update the 32bit counterpart, which has the same requirements.
Let's fix it.

Fixes: 1a1ebd5f

 ("irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributor")
Signed-off-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
parent 2eca0d6c
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