summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorIlya Smirnov <ismirno@us.ibm.com>2018-11-16 11:55:02 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-03-01 15:23:30 -0600
commit9ece0ede203d4165b5423bdbf677cd272b78d094 (patch)
tree5382b488101276693f6b10dd510b162814a9eb06 /src/include
parented35e3da7c2606f6fe0930725892deae85df33b7 (diff)
downloadtalos-hostboot-9ece0ede203d4165b5423bdbf677cd272b78d094.tar.gz
talos-hostboot-9ece0ede203d4165b5423bdbf677cd272b78d094.zip
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 <bofferdn@us.ibm.com> Reviewed-by: Matthew Raybuck <mraybuc@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/isteps/mem_utils.H4
1 files changed, 2 insertions, 2 deletions
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);
OpenPOWER on IntegriCloud