Skip to content

Commit

Permalink
Size alignment fix for HDAT msarea structures for missing dimm spd
Browse files Browse the repository at this point in the history
open-power/zaius-openpower#14 (comment)

Change-Id: Ifce34ca212a064dd9ced72833142c190a89e99f8
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41822
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>
Reviewed-by: VENKATESH SAINATH <venkatesh.sainath@in.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
nagendraIBM authored and dcrowell77 committed Jun 15, 2017
1 parent 74ca835 commit 5c93d3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/usr/hdat/hdatmsarea.C
Expand Up @@ -585,6 +585,10 @@ uint32_t HdatMsArea::getMsAreaSize()

l_size += (iv_maxEcCnt * sizeof(hdatMsAreaEcLvl_t));

l_size += sizeof(hdatHDIFDataArray_t);

l_size += (sizeof(hdatI2cData_t) * iv_msaHostI2cCnt);

l_size += this->endCommitSize();
return l_size;
}
Expand Down

0 comments on commit 5c93d3a

Please sign in to comment.