]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
KVM: Remove kvm_is_transparent_hugepage() and PageTransCompoundMap()
authorMarc Zyngier <maz@kernel.org>
Mon, 26 Jul 2021 15:35:50 +0000 (16:35 +0100)
committerMarc Zyngier <maz@kernel.org>
Mon, 2 Aug 2021 13:05:58 +0000 (14:05 +0100)
commit205d76ff0684a0b4fe3ff3a283d143a47439d191
tree41ded42f0e2e9fc24c6f4a0a2eafccf037e5eb3c
parentf2cc327303b13a70311e823bd52aa0bca8c7ddbc
KVM: Remove kvm_is_transparent_hugepage() and PageTransCompoundMap()

Now that arm64 has stopped using kvm_is_transparent_hugepage(),
we can remove it, as well as PageTransCompoundMap() which was
only used by the former.

Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20210726153552.1535838-5-maz@kernel.org
include/linux/page-flags.h
virt/kvm/kvm_main.c