summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/diag/prdf/plat/prdfPlatServices.C2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/plat/prdfPlatServices.C b/src/usr/diag/prdf/plat/prdfPlatServices.C
index d7e970a68..b0d8f8328 100644
--- a/src/usr/diag/prdf/plat/prdfPlatServices.C
+++ b/src/usr/diag/prdf/plat/prdfPlatServices.C
@@ -334,6 +334,8 @@ uint32_t startBgScrub<TYPE_MCA>( ExtensibleChip * i_mcaChip,
.set_thresh_nce_hard(1)
.set_pause_on_mpe(mss::ON)
.set_pause_on_ue(mss::ON)
+ .set_nce_inter_symbol_count_enable(mss::ON)
+ .set_nce_soft_symbol_count_enable(mss::ON)
.set_nce_hard_symbol_count_enable(mss::ON);
// In MNFG mode, stop on RCE_ETE to get an accurate callout for IUEs.
OpenPOWER on IntegriCloud