diff options
Diffstat (limited to 'arch/x86/kernel/smp.c')
-rw-r--r-- | arch/x86/kernel/smp.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/arch/x86/kernel/smp.c b/arch/x86/kernel/smp.c index 3b2e55e8ad2b..28f5fb495a66 100644 --- a/arch/x86/kernel/smp.c +++ b/arch/x86/kernel/smp.c | |||
@@ -196,19 +196,19 @@ void smp_call_function_single_interrupt(struct pt_regs *regs) | |||
196 | } | 196 | } |
197 | 197 | ||
198 | struct smp_ops smp_ops = { | 198 | struct smp_ops smp_ops = { |
199 | .smp_prepare_boot_cpu = native_smp_prepare_boot_cpu, | 199 | .smp_prepare_boot_cpu = native_smp_prepare_boot_cpu, |
200 | .smp_prepare_cpus = native_smp_prepare_cpus, | 200 | .smp_prepare_cpus = native_smp_prepare_cpus, |
201 | .smp_cpus_done = native_smp_cpus_done, | 201 | .smp_cpus_done = native_smp_cpus_done, |
202 | 202 | ||
203 | .smp_send_stop = native_smp_send_stop, | 203 | .smp_send_stop = native_smp_send_stop, |
204 | .smp_send_reschedule = native_smp_send_reschedule, | 204 | .smp_send_reschedule = native_smp_send_reschedule, |
205 | 205 | ||
206 | .cpu_up = native_cpu_up, | 206 | .cpu_up = native_cpu_up, |
207 | .cpu_die = native_cpu_die, | 207 | .cpu_die = native_cpu_die, |
208 | .cpu_disable = native_cpu_disable, | 208 | .cpu_disable = native_cpu_disable, |
209 | .play_dead = native_play_dead, | 209 | .play_dead = native_play_dead, |
210 | 210 | ||
211 | .send_call_func_ipi = native_send_call_func_ipi, | 211 | .send_call_func_ipi = native_send_call_func_ipi, |
212 | .send_call_func_single_ipi = native_send_call_func_single_ipi, | 212 | .send_call_func_single_ipi = native_send_call_func_single_ipi, |
213 | }; | 213 | }; |
214 | EXPORT_SYMBOL_GPL(smp_ops); | 214 | EXPORT_SYMBOL_GPL(smp_ops); |