KVM: MIPS: Drop kvm_arch_vcpu_free()
authorSean Christopherson <sean.j.christopherson@intel.com>
Wed, 18 Dec 2019 21:55:02 +0000 (13:55 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 24 Jan 2020 08:19:02 +0000 (09:19 +0100)
commit47d51e5eb5fe0bd7440cf7f1217936e2d85c63cf
treea39e43d9f084bc94a60e4c5330be4e2c7d39912a
parent5233009fab8e0a037c38a8c2b28ba4b3df203935
KVM: MIPS: 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/mips/kvm/mips.c