]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()
authorJames Hogan <james.hogan@imgtec.com>
Fri, 7 Oct 2016 21:39:41 +0000 (22:39 +0100)
committerJames Hogan <james.hogan@imgtec.com>
Fri, 3 Feb 2017 15:21:04 +0000 (15:21 +0000)
commita98dd7410370634496aa500abf90ec6336b494ae
treea79e8df408794e56f7e5a5b3ecd4c9d676604181
parent7071a8859bb36d34b8f766275b239e98760f010c
KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()

MIPS KVM uses its own variation of get_new_mmu_context() which takes an
extra vcpu pointer (unused) and does exactly the same thing.

Switch to just using get_new_mmu_context() directly and drop KVM's
version of it as it doesn't really serve any purpose.

The nearby declarations of kvm_mips_alloc_new_mmu_context(),
kvm_mips_vcpu_load() and kvm_mips_vcpu_put() are also removed from
kvm_host.h, as no definitions or users exist.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: "Radim Krčmář" <rkrcmar@redhat.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Cc: kvm@vger.kernel.org
arch/mips/include/asm/kvm_host.h
arch/mips/kvm/emulate.c
arch/mips/kvm/mmu.c
arch/mips/kvm/trap_emul.c