commit | fc675e355e705a046df7b635d3f3330c0ad94569 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Tue Jul 08 12:09:03 2014 +0100 |
committer | Christoffer Dall <christoffer.dall@linaro.org> | Thu Sep 18 18:48:57 2014 -0700 |
tree | 2d254dde2cbb1b2810201c745332330366b382ff | |
parent | fb65ab63b8cae510ea1e43e68b5da2f9980aa6d5 [diff] |
arm/arm64: KVM: vgic: kill VGIC_MAX_CPUS We now have the information about the number of CPU interfaces in the distributor itself. Let's get rid of VGIC_MAX_CPUS, and just rely on KVM_MAX_VCPUS where we don't have the choice. Yet. Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>