Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: KVM: vgic: Bump VGIC_NR_IRQS to 256

The Versatile Express TC2 board, which we use as our main emulated
platform in QEMU, defines 160+32 == 192 interrupts, so limiting the
number of interrupts to 128 is not quite going to cut it for real board
emulation.

Note that this didn't use to be a problem because QEMU was buggy and
only defined 128 interrupts until recently.

Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>

authored by

Christoffer Dall and committed by
Gleb Natapov
9b2d2e0d 8d98915b

+1 -1
+1 -1
include/kvm/arm_vgic.h
··· 26 26 #include <linux/types.h> 27 27 #include <linux/irqchip/arm-gic.h> 28 28 29 - #define VGIC_NR_IRQS 128 29 + #define VGIC_NR_IRQS 256 30 30 #define VGIC_NR_SGIS 16 31 31 #define VGIC_NR_PPIS 16 32 32 #define VGIC_NR_PRIVATE_IRQS (VGIC_NR_SGIS + VGIC_NR_PPIS)