[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <164000884699.23020.4987538299959927283.tip-bot2@tip-bot2>
Date: Mon, 20 Dec 2021 14:00:46 -0000
From: "irqchip-bot for Vitaly Kuznetsov" <tip-bot2@...utronix.de>
To: linux-kernel@...r.kernel.org
Cc: Vitaly Kuznetsov <vkuznets@...hat.com>,
Marc Zyngier <maz@...nel.org>, tglx@...utronix.de
Subject: [irqchip: irq/irqchip-next] KVM: Drop stale
kvm_is_transparent_hugepage() declaration
The following commit has been merged into the irq/irqchip-next branch of irqchip:
Commit-ID: f0e6e6fa41b3d2aa1dcb61dd4ed6d7be004bb5a8
Gitweb: https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms/f0e6e6fa41b3d2aa1dcb61dd4ed6d7be004bb5a8
Author: Vitaly Kuznetsov <vkuznets@...hat.com>
AuthorDate: Mon, 18 Oct 2021 17:14:07 +02:00
Committer: Marc Zyngier <maz@...nel.org>
CommitterDate: Tue, 07 Dec 2021 09:13:28
KVM: Drop stale kvm_is_transparent_hugepage() declaration
kvm_is_transparent_hugepage() was removed in commit 205d76ff0684 ("KVM:
Remove kvm_is_transparent_hugepage() and PageTransCompoundMap()") but its
declaration in include/linux/kvm_host.h persisted. Drop it.
Fixes: 205d76ff0684 (""KVM: Remove kvm_is_transparent_hugepage() and PageTransCompoundMap()")
Signed-off-by: Vitaly Kuznetsov <vkuznets@...hat.com>
Signed-off-by: Marc Zyngier <maz@...nel.org>
Link: https://lore.kernel.org/r/20211018151407.2107363-1-vkuznets@redhat.com
---
include/linux/kvm_host.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index c310648..6d138ad 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -1174,7 +1174,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;
Powered by blists - more mailing lists