diff options
author | Alexey Starikovskiy <astarikovskiy@suse.de> | 2008-05-19 11:47:09 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-05-25 06:01:25 -0400 |
commit | ce6444d39fdea29dcf145d2d95fe9cdc850aa53c (patch) | |
tree | 7a619f08b73cd516d9c8e5195e23881642c57cfb /include/asm-x86/mpspec.h | |
parent | bab4b27c00c4880737c18bb91138b1a7dd94164c (diff) |
x86: mp_bus_id_to_pci_bus is not needed
Diffstat (limited to 'include/asm-x86/mpspec.h')
-rw-r--r-- | include/asm-x86/mpspec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-x86/mpspec.h b/include/asm-x86/mpspec.h index 57a991b9c05..b785ddd8d76 100644 --- a/include/asm-x86/mpspec.h +++ b/include/asm-x86/mpspec.h | |||
@@ -32,8 +32,6 @@ extern int mp_bus_id_to_type[MAX_MP_BUSSES]; | |||
32 | 32 | ||
33 | extern DECLARE_BITMAP(mp_bus_not_pci, MAX_MP_BUSSES); | 33 | extern DECLARE_BITMAP(mp_bus_not_pci, MAX_MP_BUSSES); |
34 | 34 | ||
35 | extern int mp_bus_id_to_pci_bus[MAX_MP_BUSSES]; | ||
36 | |||
37 | extern unsigned int boot_cpu_physical_apicid; | 35 | extern unsigned int boot_cpu_physical_apicid; |
38 | extern int smp_found_config; | 36 | extern int smp_found_config; |
39 | extern int mpc_default_type; | 37 | extern int mpc_default_type; |