|
@@ -174,7 +174,7 @@ static void clocksource_check_watchdog(struct clocksource *cs)
|
|
|
if (watchdog)
|
|
if (watchdog)
|
|
|
del_timer(&watchdog_timer);
|
|
del_timer(&watchdog_timer);
|
|
|
watchdog = cs;
|
|
watchdog = cs;
|
|
|
- init_timer_deferrable(&watchdog_timer);
|
|
|
|
|
|
|
+ init_timer(&watchdog_timer);
|
|
|
watchdog_timer.function = clocksource_watchdog;
|
|
watchdog_timer.function = clocksource_watchdog;
|
|
|
|
|
|
|
|
/* Reset watchdog cycles */
|
|
/* Reset watchdog cycles */
|