commit | be404f0212ffa8f67361f8ee460a25d901d88991 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Thu Oct 08 22:47:30 2009 +0200 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Wed Oct 28 22:53:09 2009 +0100 |
tree | f3f30529e574a935c121926267e38b05388e3095 | |
parent | 964fe080d94db82a3268443e9b9ece4c60246414 [diff] |
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>