Skip to content

Commit

Permalink
KVM: ia64: Fix the build errors due to lack of macros related to MSI.
Browse files Browse the repository at this point in the history
Include the newly introduced msidef.h to solve the build issues.

Signed-off-by: Xiantao Zhang <[email protected]>
Signed-off-by: Avi Kivity <[email protected]>
  • Loading branch information
Xiantao Zhang authored and avikivity committed Mar 24, 2009
1 parent 2fa8937 commit 6b08035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions arch/ia64/kvm/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
#ifndef __IRQ_H
#define __IRQ_H

#include "lapic.h"

static inline int irqchip_in_kernel(struct kvm *kvm)
{
return 1;
Expand Down
2 changes: 0 additions & 2 deletions virt/kvm/irq_comm.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@

#include <linux/kvm_host.h>

#ifdef CONFIG_X86
#include <asm/msidef.h>
#endif

#include "irq.h"

Expand Down

0 comments on commit 6b08035

Please sign in to comment.