]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
KVM: arm/arm64: vgic: Rename kvm_vgic_vcpu_init to kvm_vgic_vcpu_enable
authorChristoffer Dall <cdall@linaro.org>
Mon, 8 May 2017 10:09:13 +0000 (12:09 +0200)
committerChristoffer Dall <cdall@linaro.org>
Tue, 9 May 2017 08:51:41 +0000 (10:51 +0200)
commit443c3a9e686aa44cf00c677498a6b715f9a43a45
treefe407717ebbfc0b272458434a2bab903d62c2848
parentcb9d043469d216416d75efe05f3bce279bab2262
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>
virt/kvm/arm/vgic/vgic-init.c