diff options
author | Alexey Starikovskiy <astarikovskiy@suse.de> | 2008-05-19 19:47:09 +0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-05-25 12:01:25 +0200 |
commit | ce6444d39fdea29dcf145d2d95fe9cdc850aa53c (patch) | |
tree | 7a619f08b73cd516d9c8e5195e23881642c57cfb /include/asm-x86/mpspec.h | |
parent | bab4b27c00c4880737c18bb91138b1a7dd94164c (diff) | |
download | op-kernel-dev-ce6444d39fdea29dcf145d2d95fe9cdc850aa53c.zip op-kernel-dev-ce6444d39fdea29dcf145d2d95fe9cdc850aa53c.tar.gz |
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 57a991b..b785ddd 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]; extern DECLARE_BITMAP(mp_bus_not_pci, MAX_MP_BUSSES); -extern int mp_bus_id_to_pci_bus[MAX_MP_BUSSES]; - extern unsigned int boot_cpu_physical_apicid; extern int smp_found_config; extern int mpc_default_type; |