Skip to content

Commit

Permalink
KVM: arm/arm64: Bump VGIC_V3_MAX_CPUS to 512
Browse files Browse the repository at this point in the history
Let's raise the number of supported vcpus along with
vgic v3 now that HW is looming with more physical CPUs.

Signed-off-by: Eric Auger <eric.auger@redhat.com>
Acked-by: Christoffer Dall <christoffer.dall@arm.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
  • Loading branch information
Eric Auger authored and Marc Zyngier committed May 25, 2018
1 parent 04c1109 commit e25028c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/kvm/arm_vgic.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#include <linux/irqchip/arm-gic-v4.h>

#define VGIC_V3_MAX_CPUS 255
#define VGIC_V3_MAX_CPUS 512
#define VGIC_V2_MAX_CPUS 8
#define VGIC_NR_IRQS_LEGACY 256
#define VGIC_NR_SGIS 16
Expand Down

0 comments on commit e25028c

Please sign in to comment.