Gah, always reset the timer for the watchdog check.
This commit is contained in:
parent
b04619598b
commit
475f955a78
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user