OSDN Git Service

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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 15 Sep 2018 07:40:41 +0000 (09:40 +0200)
commit3107eb31aba1367111d0243fa376536dd451c6d6
tree0e8fc866d60c967c22af07c352d5fd675df71969
parent5e56ddc78f0e3669205ca50acee64fc6c75887b0
irqchip/gic-v3: Add missing barrier to 32bit version of gic_read_iar()

commit 8f318526a292c5e7cebb82f3f766b83c22343293 upstream.

Commit 1a1ebd5 ("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: 1a1ebd5 ("irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributor")
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/include/asm/arch_gicv3.h