summaryrefslogtreecommitdiffstats
path: root/src/usr/runtime/populate_attributes.C
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/populate_attributes.C
parent2a86732324b21d41ff608ccac0e7541c69301249 (diff)
downloadblackbird-hostboot-2fcb6eb5e3670c3825c79c7cb868ec25000a9322.tar.gz
blackbird-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/populate_attributes.C')
-rw-r--r--src/usr/runtime/populate_attributes.C4
1 files changed, 2 insertions, 2 deletions
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