From 3a11ab737feeb6695f949f355f41081e64dec2f5 Mon Sep 17 00:00:00 2001 From: Brian Silver Date: Thu, 7 Jan 2016 14:35:20 -0600 Subject: Add mcbist L2 function Change-Id: Ie902a404323fe781aca99af2c20ca6ba564a06da Original-Change-Id: I8b98c188d6a642eb49d89deffcbd697d9cf7afdc Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23895 Tested-by: Jenkins Server Reviewed-by: Craig C. Hamilton Reviewed-by: Andre A. Marin Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22768 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/import/chips/p9/procedures/hwp/memory/lib/utils/conversions.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/utils') 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 7fd1079d1..c39ebf057 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 @@ -66,7 +66,7 @@ inline uint64_t mhz_to_ps(const uint64_t i_mhz) return FREQ_TO_PS[FREQ_2400]; default: - FAPI_ERR("unsupported frequency %d", i_mhz); + FAPI_ERR("unsupported frequency %llu", i_mhz); fapi2::Assert(false); // Keeps compiler happy -- cgit v1.2.1