From 9ece0ede203d4165b5423bdbf677cd272b78d094 Mon Sep 17 00:00:00 2001 From: Ilya Smirnov Date: Fri, 16 Nov 2018 11:55:02 -0600 Subject: SMF: Memory Distribution Logic Improvements An improvement to the memory distribution logic was suggested in which the variable that keeps track of doubling the amount of memory per pass could be removed. This commit removes the variable and introduces a couple of other small changes. Change-Id: I35cae2d6c2beac2ce91d94f439fd0dec1f782afc Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68859 Reviewed-by: Nicholas E. Bofferding Reviewed-by: Matthew Raybuck Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Michael Baiocchi Reviewed-by: Daniel M. Crowell --- src/include/usr/isteps/mem_utils.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include') diff --git a/src/include/usr/isteps/mem_utils.H b/src/include/usr/isteps/mem_utils.H index 2ab47d052..88fc75943 100644 --- a/src/include/usr/isteps/mem_utils.H +++ b/src/include/usr/isteps/mem_utils.H @@ -51,7 +51,7 @@ uint64_t get_top_mem_addr(const TARGETING::Target* i_proc); /** * @brief Utility function to obtain the lowest known address in the system * - * @return the lowest know address in the system + * @return the lowest known address in the system */ uint64_t get_bottom_mem_addr(); @@ -62,7 +62,7 @@ uint64_t get_bottom_mem_addr(); * must not be nullptr or the func will assert * must be of TYPE_PROC or the func will assert * - * @return the lowest know address on the specified proc + * @return the lowest known address on the specified proc */ uint64_t get_bottom_mem_addr(const TARGETING::Target* i_proc); -- cgit v1.2.3