From e35368c50f0d3e513fabc3e1318f5364cc59b8a1 Mon Sep 17 00:00:00 2001 From: Matt Ploetz Date: Mon, 21 Apr 2014 11:02:52 -0500 Subject: SW257218: lparstat -E reports wrong frequency in nominal power mode in P8 (HWP r CQ:SW257218 Change-Id: I4cde1990885dfc9e273f94f1c1eb370b40334dba Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10655 Reviewed-by: Brian H. Horton Reviewed-by: Daniel M. Crowell Reviewed-by: Thi N. Tran Tested-by: Thi N. Tran Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10661 Tested-by: Jenkins Server Reviewed-by: MATTHEW A. PLOETZ Reviewed-by: A. Patrick Williams III --- src/usr/runtime/common/hsvc_sysdata.C | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/usr/runtime/common') diff --git a/src/usr/runtime/common/hsvc_sysdata.C b/src/usr/runtime/common/hsvc_sysdata.C index b7150dd28..332a2cd51 100644 --- a/src/usr/runtime/common/hsvc_sysdata.C +++ b/src/usr/runtime/common/hsvc_sysdata.C @@ -20,7 +20,7 @@ /* Origin: 30 */ /* */ /* IBM_PROLOG_END_TAG */ -// Generated on Wed Mar 19 10:52:20 CDT 2014 by cswenson from +// Generated on Thu Apr 24 11:24:01 CDT 2014 by cswenson from // ./create_hsvc_data.pl -w ../../xml/attribute_info/chip_attributes.xml ../../xml/attribute_info/common_attributes.xml ../../xml/attribute_info/freq_attributes.xml ../../xml/attribute_info/L2_L3_attributes.xml ../../xml/attribute_info/p8_xip_customize_attributes.xml ../../xml/attribute_info/pm_hwp_attributes.xml ../../xml/attribute_info/pm_plat_attributes.xml ../../xml/attribute_info/poreve_memory_attributes.xml ../../xml/attribute_info/proc_chip_ec_feature.xml ../../xml/attribute_info/proc_fab_smp_fabric_attributes.xml ../../xml/attribute_info/proc_pll_ring_attributes.xml ../../xml/attribute_info/proc_setup_bars_l3_attributes.xml ../../xml/attribute_info/proc_winkle_scan_override_attributes.xml ../../xml/attribute_info/scratch_attributes.xml ../../xml/attribute_info/system_attributes.xml ../../xml/attribute_info/unit_attributes.xml // -- Input: ../../xml/attribute_info/chip_attributes.xml -- @@ -30,6 +30,7 @@ // -- 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_MEM_REFCLOCK ); HSVC_LOAD_ATTR( ATTR_FREQ_PB ); HSVC_LOAD_ATTR( ATTR_FREQ_PCIE ); -- cgit v1.2.1