hrtimer: remove warning in hres_timers_resume
authorJeremy Fitzhardinge <jeremy@goop.org>
Fri, 23 May 2008 13:41:19 +0000 (14:41 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 26 May 2008 21:26:32 +0000 (23:26 +0200)
commitd031476408ae0f5196e3c579f519dfdefb099b67
tree112984e1708664079fb49bd22caec92144b56a04
parente490517a039a99d692cb3a5561941b0a5f576172
hrtimer: remove warning in hres_timers_resume

hres_timers_resume() warns if there appears to be more than one cpu
online.  This warning makes sense when the suspend/resume mechanism
offlines all cpus but one during the suspend/resume process.

However, Xen suspend does not need to offline the other cpus; it
merely keeps them tied up in stop_machine() while the virtual machine
is suspended.  The warning hres_timers_resume issues is therefore
spurious.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Cc: xen-devel <xen-devel@lists.xensource.com>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/hrtimer.c