aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/io_apic.h
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2011-03-09 16:23:09 +0000
committerJan Beulich <jbeulich@novell.com>2011-03-09 16:23:09 +0000
commit601d06e2fbe0c9af5b454840cc6c293fd3efe73d (patch)
treef62600fb9b15b82484a28d1632508241b70568b9 /xen/include/asm-x86/io_apic.h
parent086c24e10f31f887e81dc89300ea4632c94acb2b (diff)
downloadxen-601d06e2fbe0c9af5b454840cc6c293fd3efe73d.tar.gz
xen-601d06e2fbe0c9af5b454840cc6c293fd3efe73d.tar.bz2
xen-601d06e2fbe0c9af5b454840cc6c293fd3efe73d.zip
x86: cleanup mpparse.c
Remove unused and pointless bits from mpparse.c (and other files where they are related to it). Of what remains, move whatever possible into .init.*, and some data items into .data.read_mostly. 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 5d5621b0a8..a36ba4270b 100644
--- a/xen/include/asm-x86/io_apic.h
+++ b/xen/include/asm-x86/io_apic.h
@@ -212,4 +212,6 @@ static inline void ioapic_resume(void) {}
extern int assign_irq_vector(int irq);
extern int free_irq_vector(int vector);
+unsigned highest_gsi(void);
+
#endif