summaryrefslogtreecommitdiffstats
path: root/src/include/usr/util
diff options
context:
space:
mode:
authorMike Baiocchi <mbaiocch@us.ibm.com>2018-02-12 13:42:19 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-02-13 17:09:41 -0500
commit0bfdbce84ec94859d13e35b537cdbb0c3240945c (patch)
treee666e43126628f6762baf01bdeb9de9df909584b /src/include/usr/util
parent2a7e12d18b20055c4a1edace45bbcf6eca73234e (diff)
downloadtalos-hostboot-0bfdbce84ec94859d13e35b537cdbb0c3240945c.tar.gz
talos-hostboot-0bfdbce84ec94859d13e35b537cdbb0c3240945c.zip
Update utilDeallocateTces and other TCE Cleanup
This commit removes the size parameter from utilDeallocateTces() as we should be able to use the token parameter to get back the saved size of the region. This commit also cleans up some other minor TCE issues and even fixes one I2C trace. Change-Id: I9ed5695d5ea13d89a22ace9593b5d9dc31a16736 RTC:168745 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/53908 Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Marshall J. Wilks <mjwilks@us.ibm.com> Reviewed-by: ILYA SMIRNOV <ismirno@us.ibm.com> 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/include/usr/util')
-rw-r--r--src/include/usr/util/utiltce.H7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/include/usr/util/utiltce.H b/src/include/usr/util/utiltce.H
index 853365d4d..847631242 100644
--- a/src/include/usr/util/utiltce.H
+++ b/src/include/usr/util/utiltce.H
@@ -74,15 +74,10 @@ errlHndl_t utilAllocateTces(uint64_t i_startingAddress,
* @param[in] i_startingToken Token indicating the starting entry of the
* TCE Table to remove
*
- * @param[in] i_size - Size of memory space to remove associated TCE entries
- * Size must be less than (512K * PAGESIZE) or will fail.
- * Assert if not greater than zero.
- *
* @return errlHndl_t - Return Error Handle if failed
*
*/
-errlHndl_t utilDeallocateTces(uint32_t i_startingToken,
- size_t i_size);
+errlHndl_t utilDeallocateTces(uint32_t i_startingToken);
/**
OpenPOWER on IntegriCloud