diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-x86/smp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/smp.h b/include/asm-x86/smp.h index 17305e72f348..8bdaa4a25f05 100644 --- a/include/asm-x86/smp.h +++ b/include/asm-x86/smp.h | |||
@@ -125,6 +125,7 @@ static inline void arch_send_call_function_ipi(cpumask_t mask) | |||
125 | smp_ops.send_call_func_ipi(mask); | 125 | smp_ops.send_call_func_ipi(mask); |
126 | } | 126 | } |
127 | 127 | ||
128 | void cpu_disable_common(void); | ||
128 | void native_smp_prepare_boot_cpu(void); | 129 | void native_smp_prepare_boot_cpu(void); |
129 | void native_smp_prepare_cpus(unsigned int max_cpus); | 130 | void native_smp_prepare_cpus(unsigned int max_cpus); |
130 | void native_smp_cpus_done(unsigned int max_cpus); | 131 | void native_smp_cpus_done(unsigned int max_cpus); |