summaryrefslogtreecommitdiffstats
path: root/src/usr/hdat
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hdat')
-rw-r--r--src/usr/hdat/hdatiohub.C2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/hdat/hdatiohub.C b/src/usr/hdat/hdatiohub.C
index b27cc471b..009be35c0 100644
--- a/src/usr/hdat/hdatiohub.C
+++ b/src/usr/hdat/hdatiohub.C
@@ -738,6 +738,7 @@ errlHndl_t hdatLoadIoData(const hdatMsAddr_t &i_msAddr,
getAttr<TARGETING::ATTR_PROC_PCIE_PHB_ACTIVE>();
+#if 0 //@fixme-165346
TARGETING::ATTR_PROC_PCIE_LANE_EQUALIZATION_type l_laneEq = {{0}};
if(!l_pProcTarget->
@@ -764,6 +765,7 @@ errlHndl_t hdatLoadIoData(const hdatMsAddr_t &i_msAddr,
//uint16_t hdatLaneEqPHB[64]
memcpy( l_hub->hdatLaneEqPHB, l_laneEq,
(NUM_BYTES_PER_LANE * HDAT_PHB_LANES));
+#endif //@fixme-165346
//increment counts
fruData->iv_hubArrayHdr.hdatArrayCnt++;
OpenPOWER on IntegriCloud