xen: resume timers on all vcpus
[pandora-kernel.git] / arch / x86 / xen / suspend.c
index 7ab10f6..251669a 100644 (file)
@@ -38,6 +38,7 @@ void xen_post_suspend(int suspend_cancelled)
                xen_cpu_initialized_map = cpu_online_map;
 #endif
                xen_vcpu_restore();
+               xen_timer_resume();
        }
 
 }