diff options
author | Alexey Starikovskiy <astarikovskiy@suse.de> | 2008-05-19 17:47:16 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-05-25 12:01:26 +0200 |
commit | 8732fc4b237fca3bd3cb0ec87ca8fb90271b0baf (patch) | |
tree | a6f41c61958547956750482f88b768036156998b /arch/x86/kernel/mpparse.c | |
parent | x86: mp_bus_id_to_pci_bus is not needed (diff) | |
download | linux-8732fc4b237fca3bd3cb0ec87ca8fb90271b0baf.tar.xz linux-8732fc4b237fca3bd3cb0ec87ca8fb90271b0baf.zip |
x86: move mp_bus_not_pci from mpparse.c
Diffstat (limited to '')
-rw-r--r-- | arch/x86/kernel/mpparse.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/x86/kernel/mpparse.c b/arch/x86/kernel/mpparse.c index 83dfd6696c2a..e8e041ed84d6 100644 --- a/arch/x86/kernel/mpparse.c +++ b/arch/x86/kernel/mpparse.c @@ -33,16 +33,6 @@ #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. */ |