diff options
author | Xiantao Zhang <xiantao.zhang@intel.com> | 2008-09-26 23:46:36 -0400 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2008-10-15 08:25:36 -0400 |
commit | 2f7497719179a9f3270b05434be989d21f9fdc09 (patch) | |
tree | 1fd56153b634b50af4c24253a103bb31823025b9 /arch/ia64/kvm/kvm-ia64.c | |
parent | 3de42dc094ecd313dc7d551e007a134b52f8663d (diff) |
KVM: Move irqchip_in_kernel() from ioapic.h to irq.h
Moving irqchip_in_kernel() from ioapic.h to irq.h.
Signed-off-by: Xiantao Zhang <xiantao.zhang@intel.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'arch/ia64/kvm/kvm-ia64.c')
-rw-r--r-- | arch/ia64/kvm/kvm-ia64.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |