]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
x86: move mp_bus_not_pci from mpparse.c
authorAlexey Starikovskiy <astarikovskiy@suse.de>
Mon, 19 May 2008 15:47:16 +0000 (19:47 +0400)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 25 May 2008 10:01:26 +0000 (12:01 +0200)
arch/x86/kernel/io_apic_32.c
arch/x86/kernel/io_apic_64.c
arch/x86/kernel/mpparse.c

index 17b2e8f862d3ba5a08a2edbbd0318fb39371705f..2285b81ad1d5ea0c6f1bdf612eb538564823df76 100644 (file)
@@ -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;
 
 /*
index 9637675ea555c6f0627684a9adefbd7f5c3b1ac5..339cf6f926dc96875e23b65815f3d98d582b946d 100644 (file)
@@ -113,6 +113,8 @@ struct mp_config_intsrc mp_irqs[MAX_IRQ_SOURCES];
 /* # of MP IRQ source entries */
 int mp_irq_entries;
 
+DECLARE_BITMAP(mp_bus_not_pci, MAX_MP_BUSSES);
+
 /*
  * Rough estimation of how many shared IRQs there are, can
  * be changed anytime.
index 83dfd6696c2a25e3ce09de6eb84992e082f0285b..e8e041ed84d642166ff69a3700fe7a0cc8c81497 100644 (file)
 #include <mach_mpparse.h>
 #endif
 
-/*
- * Various Linux-internal data structures created from the
- * MP-table.
- */
-#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);
-
 /*
  * Checksum an MP configuration block.
  */