]> git.karo-electronics.de Git - linux-beck.git/blobdiff - arch/x86/xen/enlighten.c
Merge branch 'linus' into x86/x2apic
[linux-beck.git] / arch / x86 / xen / enlighten.c
index d11dda7ebd7a874c1d8742220e950a309d97f5a3..402f3e2c7bee727ebdea7ce8d03309b708cdda43 100644 (file)
@@ -1243,7 +1243,9 @@ static const struct smp_ops xen_smp_ops __initdata = {
 
        .smp_send_stop = xen_smp_send_stop,
        .smp_send_reschedule = xen_smp_send_reschedule,
-       .smp_call_function_mask = xen_smp_call_function_mask,
+
+       .send_call_func_ipi = xen_smp_send_call_function_ipi,
+       .send_call_func_single_ipi = xen_smp_send_call_function_single_ipi,
 };
 #endif /* CONFIG_SMP */