commit | 8732fc4b237fca3bd3cb0ec87ca8fb90271b0baf | [log] [tgz] |
---|---|---|
author | Alexey Starikovskiy <astarikovskiy@suse.de> | Mon May 19 19:47:16 2008 +0400 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sun May 25 12:01:26 2008 +0200 |
tree | a6f41c61958547956750482f88b768036156998b | |
parent | ce6444d39fdea29dcf145d2d95fe9cdc850aa53c [diff] [blame] |
x86: move mp_bus_not_pci from mpparse.c
diff --git a/arch/x86/kernel/io_apic_32.c b/arch/x86/kernel/io_apic_32.c index 17b2e8f..2285b81 100644 --- a/arch/x86/kernel/io_apic_32.c +++ b/arch/x86/kernel/io_apic_32.c
@@ -81,6 +81,12 @@ /* # 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; /*