]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm64: Use common KVM implementation of MMU memory caches
authorSean Christopherson <sean.j.christopherson@intel.com>
Fri, 3 Jul 2020 02:35:42 +0000 (19:35 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 9 Jul 2020 17:29:43 +0000 (13:29 -0400)
commitd3b45fc8a7a6cc75587801f41223c337643092bd
tree34b66ef74d955516e77c8a58867af063d6c74a83
parent2ab918b3e8ab03ed58102534a900d265c92f13e0
KVM: arm64: Use common KVM implementation of MMU memory caches

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

No functional change intended.

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