aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/io_apic.c
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/arch/x86/io_apic.c
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/arch/x86/io_apic.c')
-rw-r--r--xen/arch/x86/io_apic.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/xen/arch/x86/io_apic.c b/xen/arch/x86/io_apic.c
index 3c10639786..fcdf65fc7a 100644
--- a/xen/arch/x86/io_apic.c
+++ b/xen/arch/x86/io_apic.c
@@ -2492,8 +2492,6 @@ void dump_ioapic_irq_info(void)
}
}
-unsigned highest_gsi(void);
-
static unsigned int __initdata max_gsi_irqs;
integer_param("max_gsi_irqs", max_gsi_irqs);