]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: PPC: Drop kvm_arch_vcpu_free()
authorSean Christopherson <sean.j.christopherson@intel.com>
Wed, 18 Dec 2019 21:55:03 +0000 (13:55 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 24 Jan 2020 08:19:03 +0000 (09:19 +0100)
commite6c7b23245573ce71ce32548f8aa47baf300056c
tree180815f58e9c938c2bca58eb172f84129a05e3bb
parent2f0186ec870d1cc5cce2af656d84360604eb5a88
KVM: PPC: 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.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/powerpc/kvm/powerpc.c