Print this page
XXXX introduce drv_sectohz
*** 603,614 ****
if (ecc_ce_delayed &&
ecc_err->ecc_caller == PCI_ECC_CALL &&
ecc_err->ecc_p->ecc_to_id == 0) {
ecc_err->ecc_p->ecc_to_id = timeout(ecc_delayed_ce,
(void *)ecc_err->ecc_p,
! drv_usectohz((clock_t)ecc_ce_delay_secs *
! MICROSEC));
}
/* ecc_err_cexdiag returns nonzero to recirculate */
if (CE_XDIAG_EXT_ALG_APPLIED(ecc->flt_disp) &&
ecc_err_cexdiag(ecc_err, eqep))
--- 603,613 ----
if (ecc_ce_delayed &&
ecc_err->ecc_caller == PCI_ECC_CALL &&
ecc_err->ecc_p->ecc_to_id == 0) {
ecc_err->ecc_p->ecc_to_id = timeout(ecc_delayed_ce,
(void *)ecc_err->ecc_p,
! drv_sectohz((clock_t)ecc_ce_delay_secs));
}
/* ecc_err_cexdiag returns nonzero to recirculate */
if (CE_XDIAG_EXT_ALG_APPLIED(ecc->flt_disp) &&
ecc_err_cexdiag(ecc_err, eqep))