diff options
Diffstat (limited to 'include/asm-x86/smp.h')
-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 3bec6b478213..17305e72f348 100644 --- a/include/asm-x86/smp.h +++ b/include/asm-x86/smp.h | |||
@@ -132,6 +132,7 @@ int native_cpu_up(unsigned int cpunum); | |||
132 | int native_cpu_disable(void); | 132 | int native_cpu_disable(void); |
133 | void native_cpu_die(unsigned int cpu); | 133 | void native_cpu_die(unsigned int cpu); |
134 | void native_play_dead(void); | 134 | void native_play_dead(void); |
135 | void play_dead_common(void); | ||
135 | 136 | ||
136 | void native_send_call_func_ipi(cpumask_t mask); | 137 | void native_send_call_func_ipi(cpumask_t mask); |
137 | void native_send_call_func_single_ipi(int cpu); | 138 | void native_send_call_func_single_ipi(int cpu); |