KVM: mmu: unify destroy_kvm_mmu with kvm_mmu_unload
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 2 Oct 2013 14:56:12 +0000 (16:56 +0200)
committerGleb Natapov <gleb@redhat.com>
Thu, 3 Oct 2013 12:44:01 +0000 (15:44 +0300)
commit95f93af4add9047f7d1ae4f43d12e66f2ba2d6f0
tree9a4d916a49ade8380831791a49743687280a5d05
parentd8d173dab2505e72b62882e5a580862e6ec1c06c
KVM: mmu: unify destroy_kvm_mmu with kvm_mmu_unload

They do the same thing, and destroy_kvm_mmu can be confused with
kvm_mmu_destroy.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
arch/x86/kvm/mmu.c