diff options
Diffstat (limited to 'arch/x86/xen/enlighten.c')
-rw-r--r-- | arch/x86/xen/enlighten.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c index d11dda7ebd7a..402f3e2c7bee 100644 --- a/arch/x86/xen/enlighten.c +++ b/arch/x86/xen/enlighten.c | |||
@@ -1243,7 +1243,9 @@ static const struct smp_ops xen_smp_ops __initdata = { | |||
1243 | 1243 | ||
1244 | .smp_send_stop = xen_smp_send_stop, | 1244 | .smp_send_stop = xen_smp_send_stop, |
1245 | .smp_send_reschedule = xen_smp_send_reschedule, | 1245 | .smp_send_reschedule = xen_smp_send_reschedule, |
1246 | .smp_call_function_mask = xen_smp_call_function_mask, | 1246 | |
1247 | .send_call_func_ipi = xen_smp_send_call_function_ipi, | ||
1248 | .send_call_func_single_ipi = xen_smp_send_call_function_single_ipi, | ||
1247 | }; | 1249 | }; |
1248 | #endif /* CONFIG_SMP */ | 1250 | #endif /* CONFIG_SMP */ |
1249 | 1251 | ||