]> git.baikalelectronics.ru Git - kernel.git/commit
irqchip/gic-v3: Add missing include for barrier.h
authorMarc Zyngier <marc.zyngier@arm.com>
Mon, 7 Dec 2015 10:11:12 +0000 (10:11 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 10 Dec 2015 18:13:26 +0000 (19:13 +0100)
commit22ea64259f14b5b3180f98551b0af4fec22eb0ab
tree4b3c8635d454b11ca0ccd11b5551bf787adee3c0
parent04a7505a53344ef9a68351ace353162ca5a3cae8
irqchip/gic-v3: Add missing include for barrier.h

Both the 32bit and 64bit versions of the GICv3 header file are using
barriers, but neglect to include barrier.h, leading to an interesting
splat in some circumstances.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Cc: <linux-arm-kernel@lists.infradead.org>
Cc: Jason Cooper <jason@lakedaemon.net>
Link: http://lkml.kernel.org/r/1449483072-17694-3-git-send-email-marc.zyngier@arm.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/arm/include/asm/arch_gicv3.h
arch/arm64/include/asm/arch_gicv3.h