Skip to content

Commit

Permalink
titan: reportin every process_report to avoid falsely tripping the wa…
Browse files Browse the repository at this point in the history
…tchdog
  • Loading branch information
luke-jr committed Nov 10, 2014
1 parent 3f9b39d commit a30a502
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions driver-titan.c
Expand Up @@ -551,6 +551,9 @@ static bool knc_titan_process_report(struct knc_titan_info * const knc, struct k
}
knccore->last_nonce.slot = report->nonce[0].slot;
knccore->last_nonce.nonce = report->nonce[0].nonce;

thread_reportin(proc->thr[0]);

return ret;
}

Expand Down

0 comments on commit a30a502

Please sign in to comment.