summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/utils/conversions.H
diff options
context:
space:
mode:
authorMichael Pardeik <pardeik@us.ibm.com>2016-11-11 14:47:27 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-12-05 18:29:49 -0500
commit7a9f170607ebb0414676146b922bc0dc0780556b (patch)
tree6c1800dca733b52b1a95d55a5b06fc2ad7a3a860 /src/import/chips/p9/procedures/hwp/memory/lib/utils/conversions.H
parent21aee655b7a3d86895f47bb9dfa639cfcd9d2b66 (diff)
downloadtalos-hostboot-7a9f170607ebb0414676146b922bc0dc0780556b.tar.gz
talos-hostboot-7a9f170607ebb0414676146b922bc0dc0780556b.zip
Memory lab tool updates for mss_check_bandwidth and mss_power_controls
Change-Id: Ic6d2c13ef1b13d13b7e8815b237d6c87b7b9d270 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32551 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32555 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/utils/conversions.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/utils/conversions.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/utils/conversions.H b/src/import/chips/p9/procedures/hwp/memory/lib/utils/conversions.H
index 18a0cb429..713faa58e 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/utils/conversions.H
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/utils/conversions.H
@@ -201,7 +201,7 @@ inline OT ps_to_cycles(const fapi2::Target<T>& i_target, const OT i_ps)
l_remainder = i_ps % l_divisor;
// Make sure we add a cycle if there wasn't an even number of cycles in the input
- FAPI_INF("converting %dps to %d cycles", i_ps, l_quotient + (l_remainder == 0 ? 0 : l_rounder));
+ FAPI_INF("converting %llups to %llu cycles", i_ps, l_quotient + (l_remainder == 0 ? 0 : l_rounder));
return l_quotient + (l_remainder == 0 ? 0 : l_rounder);
OpenPOWER on IntegriCloud