]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: mmu: remove uninteresting MMU "free" callbacks
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 2 Oct 2013 14:56:10 +0000 (16:56 +0200)
committerGleb Natapov <gleb@redhat.com>
Thu, 3 Oct 2013 12:43:56 +0000 (15:43 +0300)
commit031299b721d7ecb278f7c54c60dc1240a6c7bd99
tree951e3e7767bd5c5ef9ec811813f2e80de45a0385
parent69576af7550907944637ddf27e0e0cb77d155805
KVM: mmu: remove uninteresting MMU "free" callbacks

The free MMU callback has been a wrapper for mmu_free_roots since mmu_free_roots
itself was introduced (commit 93fee26, [PATCH] KVM: MU: Special treatment
for shadow pae root pages, 2007-01-05), and has always been the same for all
MMU cases.  Remove the indirection as it is useless.

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