commit | c3c433e4f33afe255389ba3b1a003dc8deb3de9a | [log] [tgz] |
---|---|---|
author | Shaohua Li <shaohua.li@intel.com> | Sat Sep 03 15:57:07 2005 -0700 |
committer | Linus Torvalds <torvalds@evo.osdl.org> | Mon Sep 05 00:06:18 2005 -0700 |
tree | 071304e15e21e0a93c17050000a682f4ae1a98c1 | |
parent | 57c4ce3cbfba1bb0da7f37b9328a713cbd5d0919 [diff] |
[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 <shaohua.li@intel.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>