aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/mpspec.h
diff options
context:
space:
mode:
authorAlexey Starikovskiy <astarikovskiy@suse.de>2008-05-19 11:47:09 -0400
committerThomas Gleixner <tglx@linutronix.de>2008-05-25 06:01:25 -0400
commitce6444d39fdea29dcf145d2d95fe9cdc850aa53c (patch)
tree7a619f08b73cd516d9c8e5195e23881642c57cfb /include/asm-x86/mpspec.h
parentbab4b27c00c4880737c18bb91138b1a7dd94164c (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.h2
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
33extern DECLARE_BITMAP(mp_bus_not_pci, MAX_MP_BUSSES); 33extern DECLARE_BITMAP(mp_bus_not_pci, MAX_MP_BUSSES);
34 34
35extern int mp_bus_id_to_pci_bus[MAX_MP_BUSSES];
36
37extern unsigned int boot_cpu_physical_apicid; 35extern unsigned int boot_cpu_physical_apicid;
38extern int smp_found_config; 36extern int smp_found_config;
39extern int mpc_default_type; 37extern int mpc_default_type;