From: Marc Zyngier Date: Tue, 8 Jul 2014 11:09:02 +0000 (+0100) Subject: arm/arm64: KVM: vgic: Parametrize VGIC_NR_SHARED_IRQS X-Git-Tag: fixes-for-v3.18-merge-window~23^2~3^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb65ab63b8cae510ea1e43e68b5da2f9980aa6d5;p=pandora-kernel.git arm/arm64: KVM: vgic: Parametrize VGIC_NR_SHARED_IRQS Having a dynamic number of supported interrupts means that we cannot relly on VGIC_NR_SHARED_IRQS being fixed anymore. Instead, make it take the distributor structure as a parameter, so it can return the right value. Reviewed-by: Christoffer Dall Signed-off-by: Marc Zyngier --- Reading git-diff-tree failed