Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.6.25-rc7-git3 /kernel/time/clocksource.c

Filename:/kernel/time/clocksource.c
Lines Added:1
Lines Deleted:1
Also changed in: (Previous) 2.6.25-rc7-git2  2.6.25-rc7-git1  2.6.25-rc7  2.6.25-rc6-git8  2.6.25-rc6-git7  2.6.25-rc6-git6 
(Following) 2.6.25-rc7-git4  2.6.25-rc7-git5  2.6.25-rc7-git6  2.6.25-rc8  2.6.25-rc9  2.6.25 

Location
[  2.6.25-rc7-git3
  [  kernel
    [  time
       o  clocksource.c

Patch

diff --git a/kernel/time/clocksource.c b/kernel/time/clocksource.c
index 278534b..7f60097 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 */


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.