]> 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)
commit578e42e21e970544ba14851d3d676e3b51bf8675
treeb8db3cd973a0eb1bdb030c5b456a97561c4a4ef1
parent3e2cd8938dfc8782e941ba9482423dfd5409c80d
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