]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm: Drop kvm_arch_vcpu_free()
authorSean Christopherson <sean.j.christopherson@intel.com>
Wed, 18 Dec 2019 21:55:04 +0000 (13:55 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 24 Jan 2020 08:19:03 +0000 (09:19 +0100)
commitbab168bfe163e0178aeefa478b8e4bb420d6d38b
tree7840e9e0d076e26df83f78ca65e9695a4ef60fd8
parentc19fddec97b6810472cd532b07d281a6d221ced4
KVM: arm: Drop kvm_arch_vcpu_free()

Remove the superfluous kvm_arch_vcpu_free() as it is no longer called
from commmon KVM code.  Note, kvm_arch_vcpu_destroy() *is* called from
common code, i.e. choosing which function to whack is not completely
arbitrary.

Acked-by: Christoffer Dall <christoffer.dall@arm.com>
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
virt/kvm/arm/arm.c