From: Thomas Gleixner Date: Tue, 25 Mar 2008 08:01:51 +0000 (+0100) Subject: clocksource: revert: use init_timer_deferrable for clocksource_watchdog X-Git-Tag: v2.6.25-rc8~84^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=898a19de1502649877091b398229026b4142c0e2;p=pandora-kernel.git clocksource: revert: use init_timer_deferrable for clocksource_watchdog Revert commit 1077f5a917b7c630231037826b344b2f7f5b903f Author: Parag Warudkar Date: Wed Jan 30 13:30:01 2008 +0100 clocksource.c: use init_timer_deferrable for clocksource_watchdog clocksource_watchdog can use a deferrable timer - reduces wakeups from idle per second. The watchdog timer needs to run with the specified interval. Otherwise it will miss the possible wrap of the watchdog clocksource. Signed-off-by: Thomas Gleixner Cc: stable@kernel.org --- Reading git-diff-tree failed