From: Christoffer Dall Date: Tue, 9 Dec 2014 13:28:09 +0000 (+0100) Subject: arm/arm64: KVM: Rename vgic_initialized to vgic_ready X-Git-Tag: omap-for-v3.20/drop-legacy-3517~40^2~2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c52edf5f8caff878afc93c1b1e9a3d9490a9932f;p=pandora-kernel.git arm/arm64: KVM: Rename vgic_initialized to vgic_ready The vgic_initialized() macro currently returns the state of the vgic->ready flag, which indicates if the vgic is ready to be used when running a VM, not specifically if its internal state has been initialized. Rename the macro accordingly in preparation for a more nuanced initialization flow. Acked-by: Marc Zyngier Reviewed-by: Eric Auger Signed-off-by: Christoffer Dall --- Reading git-diff-tree failed