android_kernel_xiaomi_sm7250/arch/i386/kernel/timers
Shaohua Li c3c433e4f3 [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>
2005-09-05 00:06:18 -07:00
..
common.c
Makefile
timer_cyclone.c
timer_hpet.c [PATCH] add suspend/resume for timer 2005-09-05 00:06:18 -07:00
timer_none.c
timer_pit.c [PATCH] add suspend/resume for timer 2005-09-05 00:06:18 -07:00
timer_pm.c [PATCH] add suspend/resume for timer 2005-09-05 00:06:18 -07:00
timer_tsc.c [PATCH] add suspend/resume for timer 2005-09-05 00:06:18 -07:00
timer.c