summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/usr/diag/prdf/plat/prdfPlatServices_ipl.C6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/usr/diag/prdf/plat/prdfPlatServices_ipl.C b/src/usr/diag/prdf/plat/prdfPlatServices_ipl.C
index 17b0040c8..4701370fb 100644
--- a/src/usr/diag/prdf/plat/prdfPlatServices_ipl.C
+++ b/src/usr/diag/prdf/plat/prdfPlatServices_ipl.C
@@ -125,12 +125,6 @@ bool rcdParityErrorReconfigLoop( TargetHandle_t i_trgt )
th = mnfgTh;
}
- // TODO: RTC 178688
- // HWSV does not handle the ATTR_RECONFIGURE_LOOP as expected. Until support
- // is added, do not issue a reconfig loop. Instead, make the error log
- // predictive on first occurrence.
- if ( isSpConfigFsp() ) th = 0;
-
// If the count is under threshold, trigger a reconfig loop.
if ( count < th )
{
OpenPOWER on IntegriCloud