PM / freezer: Don't get over-anxious while waiting
commitbe404f0212ffa8f67361f8ee460a25d901d88991
authorTejun Heo <tj@kernel.org>
Thu, 8 Oct 2009 20:47:30 +0000 (8 22:47 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Wed, 28 Oct 2009 21:53:09 +0000 (28 22:53 +0100)
treef3f30529e574a935c121926267e38b05388e3095
parent964fe080d94db82a3268443e9b9ece4c60246414
PM / freezer: Don't get over-anxious while waiting

Freezing isn't exactly the most latency sensitive operation and
there's no reason to burn cpu cycles and power waiting for it to
complete.  msleep(10) instead of yield().  This should improve
reliability of emergency hibernation.

[rjw: Modified the comment next to the msleep(10).]

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
kernel/power/process.c