arm/arm64: KVM: vgic: switch to dynamic allocation
authorMarc Zyngier <marc.zyngier@arm.com>
Tue, 8 Jul 2014 11:09:01 +0000 (12:09 +0100)
committerChristoffer Dall <christoffer.dall@linaro.org>
Fri, 19 Sep 2014 01:48:52 +0000 (18:48 -0700)
So far, all the VGIC data structures are statically defined by the
*maximum* number of vcpus and interrupts it supports. It means that
we always have to oversize it to cater for the worse case.

Start by changing the data structures to be dynamically sizeable,
and allocate them at runtime.

The sizes are still very static though.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>

No differences found