]> 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)
commitc38b415e237284ec879da7d1164e5aedf2656e16
treefe407717ebbfc0b272458434a2bab903d62c2848
parent6178a778d2fb173fc884644eb1acef343c377c32
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