aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorChristoffer Dall <christoffer.dall@linaro.org>2014-12-09 14:30:36 +0100
committerChristoffer Dall <christoffer.dall@linaro.org>2014-12-13 14:17:10 +0100
commit1f57be289571d514b9412da2af25a64a81b8dd89 (patch)
treeb851906151ac595f69d762d87b116a7bba781a23 /arch/arm
parentarm/arm64: KVM: Rename vgic_initialized to vgic_ready (diff)
downloadlinux-dev-1f57be289571d514b9412da2af25a64a81b8dd89.tar.xz
linux-dev-1f57be289571d514b9412da2af25a64a81b8dd89.zip
arm/arm64: KVM: Add (new) vgic_initialized macro
Some code paths will need to check to see if the internal state of the vgic has been initialized (such as when creating new VCPUs), so introduce such a macro that checks the nr_cpus field which is set when the vgic has been initialized. Also set nr_cpus = 0 in kvm_vgic_destroy, because the error path in vgic_init() will call this function, and code should never errornously assume the vgic to be properly initialized after an error. Acked-by: Marc Zyngier <marc.zyngier@arm.com> Reviewed-by: Eric Auger <eric.auger@linaro.org> Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions