From: john stultz Date: Fri, 14 Jul 2006 07:24:17 +0000 (-0700) Subject: [PATCH] improve timekeeping resume robustness X-Git-Tag: v2.6.18-rc2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e143475c22036847f898d7e76ba337c1d7dbf6f;p=pandora-kernel.git [PATCH] improve timekeeping resume robustness Resolve problems seen w/ APM suspend. Due to resume initialization ordering, its possible we could get a timer interrupt before the timekeeping resume() function is called. This patch ensures we don't do any timekeeping accounting before we're fully resumed. (akpm: fixes the machine-freezes-on-APM-resume bug) Signed-off-by: John Stultz Cc: Roman Zippel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed