From: Christoffer Dall Date: Wed, 11 Mar 2015 13:21:31 +0000 (+0100) Subject: arm/arm64: KVM: Kill CONFIG_KVM_ARM_{VGIC,TIMER} X-Git-Tag: omap-for-v4.1/fixes-rc1~202^2~20^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=662d9715840aef44dcb573b0f9fab9e8319c868a;p=pandora-kernel.git arm/arm64: KVM: Kill CONFIG_KVM_ARM_{VGIC,TIMER} We can definitely decide at run-time whether to use the GIC and timers or not, and the extra code and data structures that we allocate space for is really negligable with this config option, so I don't think it's worth the extra complexity of always having to define stub static inlines. The !CONFIG_KVM_ARM_VGIC/TIMER case is pretty much an untested code path anyway, so we're better off just getting rid of it. Signed-off-by: Christoffer Dall Acked-by: Marc Zyngier --- Reading git-diff-tree failed