]> 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)
commit4401d4e61f050dfc3406eef481caad6a03a49e17
tree34b66ef74d955516e77c8a58867af063d6c74a83
parenta69d6166a7c4c37eb1ab357c388810f17da7f2c7
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