From d1ca408e8bb617c208b3a012b0d8d8a89771f9e0 Mon Sep 17 00:00:00 2001 From: Chris Cain Date: Fri, 12 May 2017 16:08:49 -0500 Subject: HTMGT Witherspoon updates - Add internal flag to enable memory monitoring - Fix power cap data - Additional console traces on errors Change-Id: I726260aa678c5b0ddd7ea60a8e0dfbd8d1e7ea4d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40469 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Reviewed-by: Martha Broyles Reviewed-by: Sheldon R. Bailey Reviewed-by: William G. Hoffa --- src/usr/htmgt/htmgt_cfgdata.H | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/usr/htmgt/htmgt_cfgdata.H') diff --git a/src/usr/htmgt/htmgt_cfgdata.H b/src/usr/htmgt/htmgt_cfgdata.H index 72725c49c..c96e8b10c 100644 --- a/src/usr/htmgt/htmgt_cfgdata.H +++ b/src/usr/htmgt/htmgt_cfgdata.H @@ -131,13 +131,11 @@ namespace HTMGT * including the format and version numbers. * * @param[in] i_occ - the OCC to gather data for - * @param[in] i_monitoringEnabled - set it to true if mem monitoring on * @param[out] o_data - preallocated buffer to fill in * @param[out] o_size - set to the message size * @pre o_data is large enough. */ void getMemConfigMessageData(const TARGETING::TargetHandle_t i_occ, - bool i_monitoringEnabled, uint8_t* o_data, uint64_t & o_size); -- cgit v1.2.1