diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/ia64/kvm/irq.h | 4 | ||||
-rw-r--r-- | arch/ia64/kvm/kvm-ia64.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/arch/ia64/kvm/irq.h b/arch/ia64/kvm/irq.h index 604329ac3c99..c6786e8b1bf4 100644 --- a/arch/ia64/kvm/irq.h +++ b/arch/ia64/kvm/irq.h | |||
@@ -23,5 +23,9 @@ | |||
23 | #ifndef __IRQ_H | 23 | #ifndef __IRQ_H |
24 | #define __IRQ_H | 24 | #define __IRQ_H |
25 | 25 | ||
26 | static inline int irqchip_in_kernel(struct kvm *kvm) | ||
27 | { | ||
28 | return 1; | ||
29 | } | ||
26 | 30 | ||
27 | #endif | 31 | #endif |
diff --git a/arch/ia64/kvm/kvm-ia64.c b/arch/ia64/kvm/kvm-ia64.c index 7ad759e34295..a6cf719811b7 100644 --- a/arch/ia64/kvm/kvm-ia64.c +++ b/arch/ia64/kvm/kvm-ia64.c | |||
@@ -45,6 +45,7 @@ | |||
45 | #include "iodev.h" | 45 | #include "iodev.h" |
46 | #include "ioapic.h" | 46 | #include "ioapic.h" |
47 | #include "lapic.h" | 47 | #include "lapic.h" |
48 | #include "irq.h" | ||
48 | 49 | ||
49 | static unsigned long kvm_vmm_base; | 50 | static unsigned long kvm_vmm_base; |
50 | static unsigned long kvm_vsa_base; | 51 | static unsigned long kvm_vsa_base; |