]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb28db4df30a11cd6aa28bb58eff8f4da9eb6331e
treee397a818e814be6916e73da11c1be54e3ada2141
parent15b334f822b0b663b1aa881441567db71c65b02d
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