commit | 443c3a9e686aa44cf00c677498a6b715f9a43a45 | [log] [tgz] |
---|---|---|
author | Christoffer Dall <cdall@linaro.org> | Mon May 08 12:09:13 2017 +0200 |
committer | Christoffer Dall <cdall@linaro.org> | Tue May 09 10:51:41 2017 +0200 |
tree | fe407717ebbfc0b272458434a2bab903d62c2848 | |
parent | cb9d043469d216416d75efe05f3bce279bab2262 [diff] |
KVM: arm/arm64: vgic: Rename kvm_vgic_vcpu_init to kvm_vgic_vcpu_enable This function really doesn't init anything, it enables the CPU interface, so name it as such, which gives us the name to use for actual init work later on. Signed-off-by: Christoffer Dall <cdall@linaro.org> Reviewed-by: Eric Auger <eric.auger@redhat.com>