diff options
author | Zhang Xiantao <xiantao.zhang@intel.com> | 2007-12-17 00:59:56 -0500 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-01-30 11:01:19 -0500 |
commit | 82470196fa346f50ab4071935597017de33c9ee3 (patch) | |
tree | 2dc26c39f17d13555badb8e451c2d6fbe80902ec /arch/x86/kvm/ioapic.c | |
parent | 0fce5623ba248d3af0d7fb719d5ac367cc9d5192 (diff) |
KVM: Move irqchip declarations into new ioapic.h and lapic.h
This allows reuse of ioapic in ia64.
Signed-off-by: Zhang Xiantao <xiantao.zhang@intel.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
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 |