diff options
author | Alexey Starikovskiy <astarikovskiy@suse.de> | 2008-05-19 19:47:16 +0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-05-25 12:01:26 +0200 |
commit | 8732fc4b237fca3bd3cb0ec87ca8fb90271b0baf (patch) | |
tree | a6f41c61958547956750482f88b768036156998b /arch/x86/kernel/io_apic_64.c | |
parent | ce6444d39fdea29dcf145d2d95fe9cdc850aa53c (diff) |
x86: move mp_bus_not_pci from mpparse.c
Diffstat (limited to 'arch/x86/kernel/io_apic_64.c')
-rw-r--r-- | arch/x86/kernel/io_apic_64.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/io_apic_64.c b/arch/x86/kernel/io_apic_64.c index 9637675ea55..339cf6f926d 100644 --- a/arch/x86/kernel/io_apic_64.c +++ b/arch/x86/kernel/io_apic_64.c @@ -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. |