X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Ftime%2Fclocksource.c;h=7f60097d443a6258b2044a37b5d23f0d4656aaca;hb=898a19de1502649877091b398229026b4142c0e2;hp=278534bbca956a93de37352767b91cc72aa87dcd;hpb=a4083c9271e0a697278e089f2c0b9a95363ada0a;p=linux-2.6 diff --git a/kernel/time/clocksource.c b/kernel/time/clocksource.c index 278534bbca..7f60097d44 100644 --- a/kernel/time/clocksource.c +++ b/kernel/time/clocksource.c @@ -174,7 +174,7 @@ static void clocksource_check_watchdog(struct clocksource *cs) if (watchdog) del_timer(&watchdog_timer); watchdog = cs; - init_timer_deferrable(&watchdog_timer); + init_timer(&watchdog_timer); watchdog_timer.function = clocksource_watchdog; /* Reset watchdog cycles */