summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/p9/prdfLaneRepair.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/diag/prdf/common/plat/p9/prdfLaneRepair.C')
-rw-r--r--src/usr/diag/prdf/common/plat/p9/prdfLaneRepair.C6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/common/plat/p9/prdfLaneRepair.C b/src/usr/diag/prdf/common/plat/p9/prdfLaneRepair.C
index 23442a2d7..028f8f7d8 100644
--- a/src/usr/diag/prdf/common/plat/p9/prdfLaneRepair.C
+++ b/src/usr/diag/prdf/common/plat/p9/prdfLaneRepair.C
@@ -76,6 +76,12 @@ int32_t handleLaneRepairEvent( ExtensibleChip * i_chip,
TargetHandle_t txBusTgt = nullptr;
TYPE busType = getTargetType(rxBusTgt);
+ // Make predictive on first occurrence in MFG
+ if (isFabeRepairDisabled())
+ {
+ i_sc.service_data->setServiceCall();
+ }
+
// RTC 174485
// Need HWPs for this. Just callout bus interface for now.
if (busType == TYPE_OBUS)
OpenPOWER on IntegriCloud