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)
commit44bfc42e94cd76a0bd44f3fce98d4a7b76f31bc0
tree1a20ce9a6a73793ee11bac9c19ed98d23e2dfc5d
parentb13216cf6010ef482e69875e00711de7f9573c80
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