diff options
author | David Hildenbrand <david@redhat.com> | 2017-04-07 10:50:24 +0200 |
---|---|---|
committer | Radim Krčmář <rkrcmar@redhat.com> | 2017-04-12 20:17:13 +0200 |
commit | 0191e92d84eefe6522a4546b0dfb69393835b168 (patch) | |
tree | 414f808549114757e97ea3885416cc5789f91fbc /arch/x86/kvm/ioapic.h | |
parent | KVM: x86: get rid of pic_irqchip() (diff) | |
download | linux-0191e92d84eefe6522a4546b0dfb69393835b168.tar.xz linux-0191e92d84eefe6522a4546b0dfb69393835b168.zip |
KVM: x86: get rid of ioapic_irqchip()
Let's just use kvm->arch.vioapic directly.
Signed-off-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
Diffstat (limited to 'arch/x86/kvm/ioapic.h')
-rw-r--r-- | arch/x86/kvm/ioapic.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/kvm/ioapic.h b/arch/x86/kvm/ioapic.h index d88e4b9aa151..5a1de9230642 100644 --- a/arch/x86/kvm/ioapic.h +++ b/arch/x86/kvm/ioapic.h @@ -105,11 +105,6 @@ do { \ #define ASSERT(x) do { } while (0) #endif -static inline struct kvm_ioapic *ioapic_irqchip(struct kvm *kvm) -{ - return kvm->arch.vioapic; -} - static inline int ioapic_in_kernel(struct kvm *kvm) { int mode = kvm->arch.irqchip_mode; |