summaryrefslogtreecommitdiffstats
path: root/src/usr/runtime
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2017-01-17 10:11:01 -0600
committerMatthew A. Ploetz <maploetz@us.ibm.com>2017-04-27 12:08:32 -0400
commit2fcb6eb5e3670c3825c79c7cb868ec25000a9322 (patch)
tree8e1555669223a3ce6cbf26b8df336b4f6ff11d4b /src/usr/runtime
parent2a86732324b21d41ff608ccac0e7541c69301249 (diff)
downloadtalos-hostboot-2fcb6eb5e3670c3825c79c7cb868ec25000a9322.tar.gz
talos-hostboot-2fcb6eb5e3670c3825c79c7cb868ec25000a9322.zip
Remove deprecated attribute FABRIC_NODE_ID
Change-Id: I3bea4af0740b2dba53631fcd195a26b6102a8ba3 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34993 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com>
Diffstat (limited to 'src/usr/runtime')
-rw-r--r--src/usr/runtime/common/hsvc_procdata.C4
-rw-r--r--src/usr/runtime/populate_attributes.C4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/runtime/common/hsvc_procdata.C b/src/usr/runtime/common/hsvc_procdata.C
index d2e6a7f01..6716eef4e 100644
--- a/src/usr/runtime/common/hsvc_procdata.C
+++ b/src/usr/runtime/common/hsvc_procdata.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2015 */
+/* Contributors Listed Below - COPYRIGHT 2012,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -31,7 +31,7 @@ HSVC_LOAD_ATTR( ATTR_CHIP_REGIONS_TO_ENABLE );
HSVC_LOAD_ATTR_P( ATTR_EC );
HSVC_LOAD_ATTR( ATTR_EX_L2_SINGLE_MEMBER_ENABLE );
HSVC_LOAD_ATTR( ATTR_FABRIC_CHIP_ID );
-HSVC_LOAD_ATTR( ATTR_FABRIC_NODE_ID );
+HSVC_LOAD_ATTR( ATTR_FABRIC_GROUP_ID );
HSVC_LOAD_ATTR( ATTR_FSI_GP_REG_SCOM_ACCESS );
HSVC_LOAD_ATTR( ATTR_I2C_SLAVE_ADDRESS );
HSVC_LOAD_ATTR_P( ATTR_NAME );
diff --git a/src/usr/runtime/populate_attributes.C b/src/usr/runtime/populate_attributes.C
index a1594481c..08677a09b 100644
--- a/src/usr/runtime/populate_attributes.C
+++ b/src/usr/runtime/populate_attributes.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2016 */
+/* Contributors Listed Below - COPYRIGHT 2012,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -538,7 +538,7 @@ errlHndl_t populate_node_attributes( uint64_t i_nodeNum )
// Compute the processor id to match what HDAT uses
uint64_t node_id =
- (*procIter)->getAttr<TARGETING::ATTR_FABRIC_NODE_ID>();
+ (*procIter)->getAttr<TARGETING::ATTR_FABRIC_GROUP_ID>();
uint64_t chip_id =
(*procIter)->getAttr<TARGETING::ATTR_FABRIC_CHIP_ID>();
uint32_t procid = (node_id << 3) | (chip_id); //NNNCCC
OpenPOWER on IntegriCloud