summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2016-11-29 10:55:52 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-11-29 13:22:58 -0500
commite798d5b0f202efa84604bce16796fb422a5e796b (patch)
treef5d0ead6265dd7566d88a2813841058eb4d00e1e
parent4a1d5adf82c8309d387b6b7fccb46f78224b41fe (diff)
downloadtalos-hostboot-e798d5b0f202efa84604bce16796fb422a5e796b.tar.gz
talos-hostboot-e798d5b0f202efa84604bce16796fb422a5e796b.zip
Remove use of ATTR_PROC_PCIE_LANE_EQUALIZATION
HDAT is using a deprecated attribute Change-Id: I7821ecdc2c582ee2ad8532947d810a1fa8db203d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33123 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-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