Re: [PATCH v3 4/9] arm/arm64: KVM: vgic: kill VGIC_MAX_CPUS

2014-08-05 Thread Christoffer Dall
On Tue, Jul 08, 2014 at 12:09:03PM +0100, Marc Zyngier wrote: > 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. > > Signed-off-by: Marc Zyngier > --- >

[PATCH v3 4/9] arm/arm64: KVM: vgic: kill VGIC_MAX_CPUS

2014-07-08 Thread Marc Zyngier
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. Signed-off-by: Marc Zyngier --- include/kvm/arm_vgic.h | 3 +-- virt/kvm/arm/vgic.c| 6 +++--- 2 files