]> git.baikalelectronics.ru Git - kernel.git/commit
clocksource: revert: use init_timer_deferrable for clocksource_watchdog
authorThomas Gleixner <tglx@linutronix.de>
Tue, 25 Mar 2008 08:01:51 +0000 (09:01 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 25 Mar 2008 19:13:25 +0000 (20:13 +0100)
commitcd96dac3ca80990bf69a3fd97531496342eaec88
tree14bb8190db30d356cb1da9e7467898e12bf26a29
parente77f38ed5d10130bb9eb2459a71233db03c4154c
clocksource: revert: use init_timer_deferrable for clocksource_watchdog

Revert

commit c6c44aa74bed47300fd7aca6a518e59051ba9aed
Author: Parag Warudkar <parag.warudkar@gmail.com>
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 <tglx@linutronix.de>
Cc: stable@kernel.org
kernel/time/clocksource.c