diff options
Diffstat (limited to 'arch/x86/include/asm/mpspec.h')
-rw-r--r-- | arch/x86/include/asm/mpspec.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/x86/include/asm/mpspec.h b/arch/x86/include/asm/mpspec.h index 03fb0d396543..d22f732eab8f 100644 --- a/arch/x86/include/asm/mpspec.h +++ b/arch/x86/include/asm/mpspec.h | |||
@@ -56,11 +56,13 @@ extern int smp_found_config; | |||
56 | extern int mpc_default_type; | 56 | extern int mpc_default_type; |
57 | extern unsigned long mp_lapic_addr; | 57 | extern unsigned long mp_lapic_addr; |
58 | 58 | ||
59 | extern void find_smp_config(void); | ||
60 | extern void get_smp_config(void); | 59 | extern void get_smp_config(void); |
60 | |||
61 | #ifdef CONFIG_X86_MPPARSE | 61 | #ifdef CONFIG_X86_MPPARSE |
62 | extern void find_smp_config(void); | ||
62 | extern void early_reserve_e820_mpc_new(void); | 63 | extern void early_reserve_e820_mpc_new(void); |
63 | #else | 64 | #else |
65 | static inline void find_smp_config(void) { } | ||
64 | static inline void early_reserve_e820_mpc_new(void) { } | 66 | static inline void early_reserve_e820_mpc_new(void) { } |
65 | #endif | 67 | #endif |
66 | 68 | ||