aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/io_apic.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-07-24 14:18:05 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-07-24 14:18:05 +0100
commit26b4c342ea857c2f6831ceb6e2bacb6064d82c1f (patch)
tree3052d459ef4550298e524711db58a18085a2d9ed /xen/include/asm-x86/io_apic.h
parent4fc2348da50714bd5fb19f780f4540536b3e60a7 (diff)
downloadxen-26b4c342ea857c2f6831ceb6e2bacb6064d82c1f.tar.gz
xen-26b4c342ea857c2f6831ceb6e2bacb6064d82c1f.tar.bz2
xen-26b4c342ea857c2f6831ceb6e2bacb6064d82c1f.zip
x86: rename MSI option
Also rename the variable and move its declaration to a header. Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'xen/include/asm-x86/io_apic.h')
-rw-r--r--xen/include/asm-x86/io_apic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/include/asm-x86/io_apic.h b/xen/include/asm-x86/io_apic.h
index 72b6defb97..b364e38d7f 100644
--- a/xen/include/asm-x86/io_apic.h
+++ b/xen/include/asm-x86/io_apic.h
@@ -160,6 +160,8 @@ static inline void io_apic_modify(unsigned int apic, unsigned int reg, unsigned
/* 1 if "noapic" boot option passed */
extern int skip_ioapic_setup;
+extern int msi_enable;
+
/*
* If we use the IO-APIC for IRQ routing, disable automatic
* assignment of PCI IRQ's.