From: Christoffer Dall Date: Thu, 29 Aug 2013 10:08:25 +0000 (+0100) Subject: ARM: KVM: vgic: Bump VGIC_NR_IRQS to 256 X-Git-Tag: v3.12-rc1~143^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b2d2e0df8a49414b1e5bc89148c9984dd87782a;p=pandora-kernel.git 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 Signed-off-by: Marc Zyngier Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed