summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/diag/prdf/common/plat/mem/prdfMemEccAnalysis.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/diag/prdf/common/plat/mem/prdfMemEccAnalysis.C b/src/usr/diag/prdf/common/plat/mem/prdfMemEccAnalysis.C
index 49c730d2f..314b50269 100644
--- a/src/usr/diag/prdf/common/plat/mem/prdfMemEccAnalysis.C
+++ b/src/usr/diag/prdf/common/plat/mem/prdfMemEccAnalysis.C
@@ -418,7 +418,7 @@ uint32_t handleMemCe( ExtensibleChip * i_chip, const MemAddr & i_addr,
uint32_t o_rc = SUCCESS;
- o_doTps = i_isHard; // Do TPS on every hard CE.
+ o_doTps = false;
TargetHandle_t trgt = i_chip->getTrgt();
MemRank rank = i_addr.getRank();
OpenPOWER on IntegriCloud