commit | 2f7497719179a9f3270b05434be989d21f9fdc09 | [log] [tgz] |
---|---|---|
author | Xiantao Zhang <xiantao.zhang@intel.com> | Sat Sep 27 11:46:36 2008 +0800 |
committer | Avi Kivity <avi@redhat.com> | Wed Oct 15 14:25:36 2008 +0200 |
tree | 1fd56153b634b50af4c24253a103bb31823025b9 | |
parent | 3de42dc094ecd313dc7d551e007a134b52f8663d [diff] [blame] |
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>
diff --git a/arch/ia64/kvm/irq.h b/arch/ia64/kvm/irq.h index 604329a..c6786e8 100644 --- a/arch/ia64/kvm/irq.h +++ b/arch/ia64/kvm/irq.h
@@ -23,5 +23,9 @@ #ifndef __IRQ_H #define __IRQ_H +static inline int irqchip_in_kernel(struct kvm *kvm) +{ + return 1; +} #endif