Skip to content

Commit 0eb0716

Browse files
David VrabelKAGA-KOKO
authored andcommitted
xen: Remove clock_was_set() call in the resume path
commit 359cdd3(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>
1 parent 7c4c3a0 commit 0eb0716

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/xen/manage.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,6 @@ static void do_suspend(void)
166166

167167
dpm_resume_end(si.cancelled ? PMSG_THAW : PMSG_RESTORE);
168168

169-
/* Make sure timer events get retriggered on all CPUs */
170-
clock_was_set();
171-
172169
out_thaw:
173170
#ifdef CONFIG_PREEMPT
174171
thaw_processes();

0 commit comments

Comments
 (0)