]> git.baikalelectronics.ru Git - kernel.git/commit
irqchip/gic-v3: Add missing barrier to 32bit version of gic_read_iar()
authorMarc Zyngier <marc.zyngier@arm.com>
Thu, 18 Feb 2016 19:15:45 +0000 (19:15 +0000)
committerMarc Zyngier <marc.zyngier@arm.com>
Thu, 18 Feb 2016 19:15:45 +0000 (19:15 +0000)
commitd72b47999af27001879cad50d26a4fc610580d7d
tree59295989b94241595716d5174f2ba1b670c8616b
parentda9fb86b515ea487601e2172b2eb5ec3aa814b19
irqchip/gic-v3: Add missing barrier to 32bit version of gic_read_iar()

Commit 233615f ("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: 233615f ("irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributor")
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
arch/arm/include/asm/arch_gicv3.h