mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-04 12:13:05 +09:00
UPSTREAM: KVM: Drop stale kvm_is_transparent_hugepage() declaration
kvm_is_transparent_hugepage() was removed in commit205d76ff06("KVM: Remove kvm_is_transparent_hugepage() and PageTransCompoundMap()") but its declaration in include/linux/kvm_host.h persisted. Drop it. Fixes:205d76ff06(""KVM: Remove kvm_is_transparent_hugepage() and PageTransCompoundMap()") Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20211018151407.2107363-1-vkuznets@redhat.com (cherry picked from commitf0e6e6fa41) Signed-off-by: Will Deacon <willdeacon@google.com> Bug: 233587962 Bug: 233588291 Change-Id: I9078ab62be40bc843ca2959f929ed22c1b8888e2
This commit is contained in:
committed by
Will Deacon
parent
566c577d6e
commit
2adcfdc6a6
@@ -1270,7 +1270,6 @@ int kvm_cpu_has_pending_timer(struct kvm_vcpu *vcpu);
|
||||
|
||||
bool kvm_is_reserved_pfn(kvm_pfn_t pfn);
|
||||
bool kvm_is_zone_device_pfn(kvm_pfn_t pfn);
|
||||
bool kvm_is_transparent_hugepage(kvm_pfn_t pfn);
|
||||
|
||||
struct kvm_irq_ack_notifier {
|
||||
struct hlist_node link;
|
||||
|
||||
Reference in New Issue
Block a user