]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm/arm64: move GICv2 emulation defines into arm-gic-v3.h
authorAndre Przywara <andre.przywara@arm.com>
Wed, 4 May 2016 13:35:48 +0000 (14:35 +0100)
committerChristoffer Dall <christoffer.dall@linaro.org>
Fri, 20 May 2016 13:39:44 +0000 (15:39 +0200)
commit76d16612ececd0f3bd36110b75dcc7835837e2f0
tree1a20ce9a6a73793ee11bac9c19ed98d23e2dfc5d
parent743e45a1c4cfe4f8e0adbf04ac3a14aab184b0ea
KVM: arm/arm64: move GICv2 emulation defines into arm-gic-v3.h

As (some) GICv3 hosts can emulate a GICv2, some GICv2 specific masks
for the list register definition also apply to GICv3 LRs.
At the moment we have those definitions in the KVM VGICv3
implementation, so let's move them into the GICv3 header file to
have them automatically defined.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
include/linux/irqchip/arm-gic-v3.h
virt/kvm/arm/vgic-v3.c