lkml.org 
[lkml]   [2026]   [Aug]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[RFC PATCH v1 01/42] Fix merge issue - Remove duplicate definition for kvm_arch_has_irq_bypass
Date
From: Sriram Nambakam <snambakam@microsoft.com>

---
arch/x86/include/asm/kvm_host.h | 5 -----
1 file changed, 5 deletions(-)

diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h
index 979d1749f176..b7d478dcc1a5 100644
--- a/arch/x86/include/asm/kvm_host.h
+++ b/arch/x86/include/asm/kvm_host.h
@@ -2603,11 +2603,6 @@ static inline bool kvm_arch_has_irq_bypass(void)
return enable_device_posted_irqs;
}

-static inline bool kvm_arch_has_irq_bypass(void)
-{
- return enable_device_posted_irqs;
-}
-
int kvm_arch_nr_vcpu_planes(struct kvm *kvm);
bool kvm_arch_planes_share_fpu(struct kvm *kvm);

--
2.55.0

\
 
 \ /
  Last update: 2026-08-05 13:10    [W:0.245 / U:3.353 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and my Meterkast|Read the blog