diff options
Diffstat (limited to 'arch/ia64/kvm/irq.h')
-rw-r--r-- | arch/ia64/kvm/irq.h | 4 |
1 files changed, 4 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 |