]> git.baikalelectronics.ru Git - 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)
commitb19464d40fe0926bd4cdf3f5d49c4ab9739f5917
treefe407717ebbfc0b272458434a2bab903d62c2848
parent74b016b1bc5b7e45747647ac0583fb65ae0a1158
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