diff options
| author | Mike Baiocchi <mbaiocch@us.ibm.com> | 2017-12-21 06:47:03 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-01-22 18:18:20 -0500 |
| commit | 07f9a377153875d5d00763b96b33e40a49ec274b (patch) | |
| tree | a1fc70dacf0ee1940c863608db383a7ccd9b7d76 /src/usr/util | |
| parent | 3742bc2463d0a5be97a4c7f25b87919894cc720c (diff) | |
| download | talos-hostboot-07f9a377153875d5d00763b96b33e40a49ec274b.tar.gz talos-hostboot-07f9a377153875d5d00763b96b33e40a49ec274b.zip | |
TCE Updates to support OPAL
Change-Id: I5bd29b754d9c0b1e62ebd29fb242cbe283eea23b
Backport: release-fips910
RTC:168745
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52303
Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@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: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/util')
| -rw-r--r-- | src/usr/util/utiltcemgr.C | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/util/utiltcemgr.C b/src/usr/util/utiltcemgr.C index 4f82e71b0..0cf802cd4 100644 --- a/src/usr/util/utiltcemgr.C +++ b/src/usr/util/utiltcemgr.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2013,2017 */ +/* Contributors Listed Below - COPYRIGHT 2013,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -883,8 +883,8 @@ errlHndl_t UtilTceMgr::deallocateTces(const uint32_t i_startingToken, do { - // Assert if i_startingToken is not aligned on PAGESIZE - assert((i_startingToken % PAGESIZE) == 0, "UtilTceMgr::deallocateTces: i_startingToken (0x%.8X) is not page aligned", i_startingToken); + // Assert if i_startingToken is not aligned on PAGESIZE + assert((i_startingToken % PAGESIZE) == 0, "UtilTceMgr::deallocateTces: i_startingToken (0x%.8X) is not page aligned", i_startingToken); // Assert if i_size is not greater than zero assert(i_size > 0, "UtilTceMgr::deallocateTces: i_size = %d, not greater than zero", i_size); |

