summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2025-04-04 07:07:54 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2025-04-07 07:10:46 -0400
commitb6262dd69510752504e74ec24ebfd0783065c9b9 (patch)
treeda52fbfbc7a9aca45534b5b6e1a14ff65c233ed1 /include/linux
parent39c572247ee70a530e137ba9d3b58cb221f65127 (diff)
parentbc52ae0a708cb6fa3926d11c88e3c55e1171b4a1 (diff)
Merge branch 'kvm-6.15-rc2-fixes' into HEAD
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/kvm_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index 5438a1b446a6..291d49b9bf05 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -2382,7 +2382,7 @@ static inline bool kvm_is_visible_memslot(struct kvm_memory_slot *memslot)
struct kvm_vcpu *kvm_get_running_vcpu(void);
struct kvm_vcpu * __percpu *kvm_get_running_vcpus(void);
-#ifdef CONFIG_HAVE_KVM_IRQ_BYPASS
+#if IS_ENABLED(CONFIG_HAVE_KVM_IRQ_BYPASS)
bool kvm_arch_has_irq_bypass(void);
int kvm_arch_irq_bypass_add_producer(struct irq_bypass_consumer *,
struct irq_bypass_producer *);