Gah, always reset the timer for the watchdog check.

This commit is contained in:
jhb 2008-06-04 19:33:23 +00:00
parent b04619598b
commit 475f955a78

View File

@ -902,8 +902,8 @@ xe_watchdog(void *arg) {
xe_stop(scp);
xe_reset(scp);
xe_init_locked(scp);
callout_reset(&scp->wdog_timer, hz, xe_watchdog, scp);
}
callout_reset(&scp->wdog_timer, hz, xe_watchdog, scp);
}