Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clocksource: revert: use init_timer_deferrable for clocksource_watchdog
Revert commit 1077f5a Author: Parag Warudkar <[email protected]> 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 <[email protected]> Cc: [email protected]
- Loading branch information