aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kvm
diff options
context:
space:
mode:
authorXiantao Zhang <xiantao.zhang@intel.com>2009-02-16 15:24:05 +0800
committerAvi Kivity <avi@redhat.com>2009-03-24 11:03:13 +0200
commit6b08035f3e64d8e474be166d682b52c95941662e (patch)
treeb8e3f1be6706631fa713ca94799a056afeef8381 /arch/ia64/kvm
parentia64: Move the macro definitions related to MSI to one header file. (diff)
downloadlinux-dev-6b08035f3e64d8e474be166d682b52c95941662e.tar.xz
linux-dev-6b08035f3e64d8e474be166d682b52c95941662e.zip
KVM: ia64: Fix the build errors due to lack of macros related to MSI.
Include the newly introduced msidef.h to solve the build issues. Signed-off-by: Xiantao Zhang <xiantao.zhang@intel.com> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/ia64/kvm')
-rw-r--r--arch/ia64/kvm/irq.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ia64/kvm/irq.h b/arch/ia64/kvm/irq.h
index c6786e8b1bf4..c0785a728271 100644
--- a/arch/ia64/kvm/irq.h
+++ b/arch/ia64/kvm/irq.h
@@ -23,6 +23,8 @@
#ifndef __IRQ_H
#define __IRQ_H
+#include "lapic.h"
+
static inline int irqchip_in_kernel(struct kvm *kvm)
{
return 1;