diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2013-02-14 15:37:45 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-02-15 10:33:00 -0600 |
| commit | 11cf291ed0db017103cef6498e1f214cc558cf3d (patch) | |
| tree | 2467915e630d4319106989b7e93f87ffc811284a /src/usr/runtime/populate_attributes.C | |
| parent | f45bdfcb784b2da0221e6e7ffe4a58e96efa0630 (diff) | |
| download | blackbird-hostboot-11cf291ed0db017103cef6498e1f214cc558cf3d.tar.gz blackbird-hostboot-11cf291ed0db017103cef6498e1f214cc558cf3d.zip | |
Fix missing FREQ_PB attribute that breaks OCC load
Somehow I lost the FREQ_PB attribute in the data that gets sent
up to HostServices. I added that in and also went ahead and
refreshed a couple other attributes in anticipation of needing
them.
Change-Id: Ia9da2c675955209c74b37960f6a4b70169e6efca
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3207
Tested-by: Jenkins Server
Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/runtime/populate_attributes.C')
| -rw-r--r-- | src/usr/runtime/populate_attributes.C | 47 |
1 files changed, 22 insertions, 25 deletions
diff --git a/src/usr/runtime/populate_attributes.C b/src/usr/runtime/populate_attributes.C index 043c3b126..05fc98ff6 100644 --- a/src/usr/runtime/populate_attributes.C +++ b/src/usr/runtime/populate_attributes.C @@ -1,26 +1,25 @@ -/* IBM_PROLOG_BEGIN_TAG - * This is an automatically generated prolog. - * - * $Source: src/usr/runtime/populate_attributes.C $ - * - * IBM CONFIDENTIAL - * - * COPYRIGHT International Business Machines Corp. 2012 - * - * p1 - * - * Object Code Only (OCO) source materials - * Licensed Internal Code Source Materials - * IBM HostBoot Licensed Internal Code - * - * The source code for this program is not published or other- - * wise divested of its trade secrets, irrespective of what has - * been deposited with the U.S. Copyright Office. - * - * Origin: 30 - * - * IBM_PROLOG_END_TAG - */ +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: src/usr/runtime/populate_attributes.C $ */ +/* */ +/* IBM CONFIDENTIAL */ +/* */ +/* COPYRIGHT International Business Machines Corp. 2012,2013 */ +/* */ +/* p1 */ +/* */ +/* Object Code Only (OCO) source materials */ +/* Licensed Internal Code Source Materials */ +/* IBM HostBoot Licensed Internal Code */ +/* */ +/* The source code for this program is not published or otherwise */ +/* divested of its trade secrets, irrespective of what has been */ +/* deposited with the U.S. Copyright Office. */ +/* */ +/* Origin: 30 */ +/* */ +/* IBM_PROLOG_END_TAG */ /** * @file populate_attributes.C @@ -410,8 +409,6 @@ errlHndl_t populate_node_attributes( uint64_t i_nodeNum ) ADD_HUID( (all_procs[p]) ); // for debug ADD_PHYS_PATH( (all_procs[p]) ); ADD_ECMD_STRING(); - HSVC_LOAD_ATTR_P( ATTR_EC ); - HSVC_LOAD_ATTR_P( ATTR_NAME ); // Use a generated file for the list of attributes to load #include "common/hsvc_procdata.C" |

