From: Tejun Heo Date: Thu, 8 Oct 2009 20:47:30 +0000 (+0200) Subject: PM / freezer: Don't get over-anxious while waiting X-Git-Tag: v2.6.33-rc1~386^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be404f0212ffa8f67361f8ee460a25d901d88991;p=pandora-kernel.git 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 Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed