diff options
Diffstat (limited to 'include/asm-x86')
-rw-r--r-- | include/asm-x86/mpspec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/mpspec.h b/include/asm-x86/mpspec.h index f38b68e8de5a..4451d720ee07 100644 --- a/include/asm-x86/mpspec.h +++ b/include/asm-x86/mpspec.h | |||
@@ -33,6 +33,7 @@ extern int mp_bus_id_to_type[MAX_MP_BUSSES]; | |||
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 unsigned int boot_cpu_physical_apicid; | 35 | extern unsigned int boot_cpu_physical_apicid; |
36 | extern unsigned int max_physical_apicid; | ||
36 | extern int smp_found_config; | 37 | extern int smp_found_config; |
37 | extern int mpc_default_type; | 38 | extern int mpc_default_type; |
38 | extern unsigned long mp_lapic_addr; | 39 | extern unsigned long mp_lapic_addr; |