tick/xen: Provide and use tick_suspend_local() and tick_resume_local()
[cascardo/linux.git] / arch / x86 / xen / suspend.c
index 033e428..d949769 100644 (file)
@@ -85,7 +85,7 @@ static void xen_vcpu_notify_restore(void *data)
        if (smp_processor_id() == 0)
                return;
 
-       tick_resume();
+       tick_resume_local();
 }
 
 void xen_arch_resume(void)