diff options
Diffstat (limited to 'arch/x86/kvm/ioapic.c')
-rw-r--r-- | arch/x86/kvm/ioapic.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/x86/kvm/ioapic.c b/arch/x86/kvm/ioapic.c index 72f12f75495d..40cd53ed4abd 100644 --- a/arch/x86/kvm/ioapic.c +++ b/arch/x86/kvm/ioapic.c | |||
@@ -36,7 +36,10 @@ | |||
36 | #include <asm/processor.h> | 36 | #include <asm/processor.h> |
37 | #include <asm/page.h> | 37 | #include <asm/page.h> |
38 | #include <asm/current.h> | 38 | #include <asm/current.h> |
39 | #include "irq.h" | 39 | |
40 | #include "ioapic.h" | ||
41 | #include "lapic.h" | ||
42 | |||
40 | #if 0 | 43 | #if 0 |
41 | #define ioapic_debug(fmt,arg...) printk(KERN_WARNING fmt,##arg) | 44 | #define ioapic_debug(fmt,arg...) printk(KERN_WARNING fmt,##arg) |
42 | #else | 45 | #else |