Move source tree closer to the 2.6.32.17 mainline
/arch/x86/xen/suspend.c
blob:987267f79bf5154648cb729cedf29e712fa58ab3 -> blob:a9c6611080347bd4368beff2ab582d07347fa256
--- arch/x86/xen/suspend.c
+++ arch/x86/xen/suspend.c
@@ -60,6 +60,6 @@ static void xen_vcpu_notify_restore(void
void xen_arch_resume(void)
{
- smp_call_function(xen_vcpu_notify_restore,
- (void *)CLOCK_EVT_NOTIFY_RESUME, 1);
+ on_each_cpu(xen_vcpu_notify_restore,
+ (void *)CLOCK_EVT_NOTIFY_RESUME, 1);
}