summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/io_apic_32.c
diff options
context:
space:
mode:
authorAlexey Starikovskiy2008-05-19 17:47:16 +0200
committerThomas Gleixner2008-05-25 12:01:26 +0200
commit8732fc4b237fca3bd3cb0ec87ca8fb90271b0baf (patch)
treea6f41c61958547956750482f88b768036156998b /arch/x86/kernel/io_apic_32.c
parentx86: mp_bus_id_to_pci_bus is not needed (diff)
downloadkernel-qcow2-linux-8732fc4b237fca3bd3cb0ec87ca8fb90271b0baf.tar.gz
kernel-qcow2-linux-8732fc4b237fca3bd3cb0ec87ca8fb90271b0baf.tar.xz
kernel-qcow2-linux-8732fc4b237fca3bd3cb0ec87ca8fb90271b0baf.zip
x86: move mp_bus_not_pci from mpparse.c
Diffstat (limited to 'arch/x86/kernel/io_apic_32.c')
-rw-r--r--arch/x86/kernel/io_apic_32.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/kernel/io_apic_32.c b/arch/x86/kernel/io_apic_32.c
index 17b2e8f862d3..2285b81ad1d5 100644
--- a/arch/x86/kernel/io_apic_32.c
+++ b/arch/x86/kernel/io_apic_32.c
@@ -81,6 +81,12 @@ struct mp_config_intsrc mp_irqs[MAX_IRQ_SOURCES];
/* # of MP IRQ source entries */
int mp_irq_entries;
+#if defined (CONFIG_MCA) || defined (CONFIG_EISA)
+int mp_bus_id_to_type[MAX_MP_BUSSES];
+#endif
+
+DECLARE_BITMAP(mp_bus_not_pci, MAX_MP_BUSSES);
+
static int disable_timer_pin_1 __initdata;
/*