diff options
| author | Thi Tran <thi@us.ibm.com> | 2016-05-26 14:54:34 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-06-13 16:48:04 -0400 |
| commit | 6a4bf623a6f2c7c969431944cd684c8d98bcb1ae (patch) | |
| tree | 93c55b1f98dfff68fabb35ee7a2d3e075f7a80b5 /src/usr/runtime/common | |
| parent | a4edd934b26877603b9e024182d98fb210fba8fc (diff) | |
| download | blackbird-hostboot-6a4bf623a6f2c7c969431944cd684c8d98bcb1ae.tar.gz blackbird-hostboot-6a4bf623a6f2c7c969431944cd684c8d98bcb1ae.zip | |
Attribute Review - Nest
Change-Id: I6af714a8975122a4e83c955a21913ede0d643453
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23164
Tested-by: Jenkins Server
Tested-by: PPE CI
Tested-by: Hostboot CI
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23168
Tested-by: FSP CI Jenkins
Diffstat (limited to 'src/usr/runtime/common')
| -rw-r--r-- | src/usr/runtime/common/hsvc_sysdata.C | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/usr/runtime/common/hsvc_sysdata.C b/src/usr/runtime/common/hsvc_sysdata.C index 5068c9c74..c17a28e2a 100644 --- a/src/usr/runtime/common/hsvc_sysdata.C +++ b/src/usr/runtime/common/hsvc_sysdata.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2015 */ +/* Contributors Listed Below - COPYRIGHT 2012,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -30,15 +30,15 @@ // -- Input: ../../xml/attribute_info/common_attributes.xml -- // No attributes found // -- Input: ../../xml/attribute_info/freq_attributes.xml -- -HSVC_LOAD_ATTR( ATTR_FREQ_A ); -HSVC_LOAD_ATTR( ATTR_FREQ_CORE_FLOOR ); -HSVC_LOAD_ATTR( ATTR_FREQ_CORE_NOMINAL ); +HSVC_LOAD_ATTR( ATTR_FREQ_A_MHZ ); +HSVC_LOAD_ATTR( ATTR_FREQ_CORE_FLOOR_MHZ ); +HSVC_LOAD_ATTR( ATTR_FREQ_CORE_NOMINAL_MHZ ); HSVC_LOAD_ATTR( ATTR_FREQ_MEM_REFCLOCK ); -HSVC_LOAD_ATTR( ATTR_FREQ_PB ); -HSVC_LOAD_ATTR( ATTR_FREQ_PCIE ); +HSVC_LOAD_ATTR( ATTR_FREQ_PB_MHZ ); +HSVC_LOAD_ATTR( ATTR_FREQ_PCIE_MHZ ); HSVC_LOAD_ATTR( ATTR_FREQ_PROC_REFCLOCK ); HSVC_LOAD_ATTR( ATTR_FREQ_PROC_REFCLOCK_KHZ ); -HSVC_LOAD_ATTR( ATTR_FREQ_X ); +HSVC_LOAD_ATTR( ATTR_FREQ_X_MHZ ); // -- Input: ../../xml/attribute_info/L2_L3_attributes.xml -- HSVC_LOAD_ATTR( ATTR_L2_FORCE_R_T2_EPS ); HSVC_LOAD_ATTR( ATTR_L2_R_T0_EPS ); |

