From: Shaohua Li Date: Sat, 3 Sep 2005 22:57:07 +0000 (-0700) Subject: [PATCH] add suspend/resume for timer X-Git-Tag: v2.6.14-rc1~826 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3c433e4f33afe255389ba3b1a003dc8deb3de9a;p=pandora-kernel.git [PATCH] add suspend/resume for timer The timers lack .suspend/.resume methods. Because of this, jiffies got a big compensation after a S3 resume. And then softlockup watchdog reports an oops. This occured with HPET enabled, but it's also possible for other timers. Signed-off-by: Shaohua Li Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed