KVM: MIPS: Use common KVM implementation of MMU memory caches
authorSean Christopherson <sean.j.christopherson@intel.com>
Fri, 3 Jul 2020 02:35:45 +0000 (19:35 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 9 Jul 2020 17:29:44 +0000 (13:29 -0400)
commit380f3a8b6360442508321026f9dc7f8507a7f526
treee397a818e814be6916e73da11c1be54e3ada2141
parent0cdc739b664f429ff1a582e1578421db934b6314
KVM: MIPS: Use common KVM implementation of MMU memory caches

Move to the common MMU memory cache implementation now that the common
code and MIPS's existing code are semantically compatible.

No functional change intended.

Suggested-by: Christoffer Dall <christoffer.dall@arm.com>
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Message-Id: <20200703023545.8771-22-sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/mips/include/asm/Kbuild
arch/mips/include/asm/kvm_host.h
arch/mips/include/asm/kvm_types.h [new file with mode: 0644]
arch/mips/kvm/mmu.c