]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm64: Remove unused page-table code
authorWill Deacon <will@kernel.org>
Fri, 11 Sep 2020 13:25:27 +0000 (14:25 +0100)
committerMarc Zyngier <maz@kernel.org>
Fri, 11 Sep 2020 14:51:15 +0000 (15:51 +0100)
commitc35f6ced8353b5aa10772e7e46b4a08544dd9966
treeb8db3cd973a0eb1bdb030c5b456a97561c4a4ef1
parent3196a3e483284d1fc164c366f262c2a359937ecd
KVM: arm64: Remove unused page-table code

Now that KVM is using the generic page-table code to manage the guest
stage-2 page-tables, we can remove a bunch of unused macros, #defines
and static inline functions from the old implementation.

Signed-off-by: Will Deacon <will@kernel.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Reviewed-by: Gavin Shan <gshan@redhat.com>
Cc: Marc Zyngier <maz@kernel.org>
Cc: Quentin Perret <qperret@google.com>
Link: https://lore.kernel.org/r/20200911132529.19844-20-will@kernel.org
arch/arm64/include/asm/kvm_mmu.h
arch/arm64/include/asm/pgtable-hwdef.h
arch/arm64/include/asm/pgtable-prot.h
arch/arm64/include/asm/stage2_pgtable.h
arch/arm64/kvm/mmu.c