Skip to content

Commit

Permalink
xen: Remove clock_was_set() call in the resume path
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Vrabel authored and Thomas Gleixner committed Jun 28, 2013
1 parent 7c4c3a0 commit 0eb0716
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/xen/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,6 @@ static void do_suspend(void)

dpm_resume_end(si.cancelled ? PMSG_THAW : PMSG_RESTORE);

/* Make sure timer events get retriggered on all CPUs */
clock_was_set();

out_thaw:
#ifdef CONFIG_PREEMPT
thaw_processes();
Expand Down

0 comments on commit 0eb0716

Please sign in to comment.