aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen
diff options
context:
space:
mode:
authorDavid Vrabel <david.vrabel@citrix.com>2013-06-27 06:35:44 -0400
committerThomas Gleixner <tglx@linutronix.de>2013-06-28 17:15:06 -0400
commit0eb071651474952c8b6daecd36b378e2d01be22c (patch)
treed6c7dd4aa29918e1ff18bbffa81219301c48397a /drivers/xen
parent7c4c3a0f18ba57ea2a2985034532303d2929902a (diff)
xen: Remove clock_was_set() call in the resume path
commit 359cdd3f866(xen: maintain clock offset over save/restore) added a clock_was_set() call into the xen resume code to propagate the system time changes. With the modified hrtimer resume code, which makes sure that all cpus are notified this call is not longer necessary. [ tglx: Separated it from the hrtimer change ] Signed-off-by: David Vrabel <david.vrabel@citrix.com> Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Cc: John Stultz <john.stultz@linaro.org> Cc: <xen-devel@lists.xen.org> Link: http://lkml.kernel.org/r/1372329348-20841-2-git-send-email-david.vrabel@citrix.com Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/xen')
-rw-r--r--drivers/xen/manage.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/xen/manage.c b/drivers/xen/manage.c
index 412b96cc5305..421da856135d 100644
--- a/drivers/xen/manage.c
+++ b/drivers/xen/manage.c
@@ -166,9 +166,6 @@ out_resume:
166 166
167 dpm_resume_end(si.cancelled ? PMSG_THAW : PMSG_RESTORE); 167 dpm_resume_end(si.cancelled ? PMSG_THAW : PMSG_RESTORE);
168 168
169 /* Make sure timer events get retriggered on all CPUs */
170 clock_was_set();
171
172out_thaw: 169out_thaw:
173#ifdef CONFIG_PREEMPT 170#ifdef CONFIG_PREEMPT
174 thaw_processes(); 171 thaw_processes();