[PATCH] detect soft lockups
[pandora-kernel.git] / arch / i386 / kernel / time.c
index 6f794a7..b0c5ee2 100644 (file)
@@ -422,6 +422,7 @@ static int timer_resume(struct sys_device *dev)
                last_timer->resume();
        cur_timer = last_timer;
        last_timer = NULL;
+       touch_softlockup_watchdog();
        return 0;
 }