diff options
Diffstat (limited to 'arch/x86/include/asm/mpspec.h')
-rw-r--r-- | arch/x86/include/asm/mpspec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/mpspec.h b/arch/x86/include/asm/mpspec.h index e2a1bb6d71ea..03c6a92bfd42 100644 --- a/arch/x86/include/asm/mpspec.h +++ b/arch/x86/include/asm/mpspec.h | |||
@@ -62,10 +62,12 @@ extern void get_smp_config(void); | |||
62 | extern void find_smp_config(void); | 62 | extern void find_smp_config(void); |
63 | extern void early_reserve_e820_mpc_new(void); | 63 | extern void early_reserve_e820_mpc_new(void); |
64 | extern int enable_update_mptable; | 64 | extern int enable_update_mptable; |
65 | extern int default_mpc_apic_id(struct mpc_cpu *m); | ||
65 | #else | 66 | #else |
66 | static inline void find_smp_config(void) { } | 67 | static inline void find_smp_config(void) { } |
67 | static inline void early_reserve_e820_mpc_new(void) { } | 68 | static inline void early_reserve_e820_mpc_new(void) { } |
68 | #define enable_update_mptable 0 | 69 | #define enable_update_mptable 0 |
70 | #define default_mpc_apic_id NULL | ||
69 | #endif | 71 | #endif |
70 | 72 | ||
71 | void __cpuinit generic_processor_info(int apicid, int version); | 73 | void __cpuinit generic_processor_info(int apicid, int version); |