summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/usr/hdat/hdatmsarea.C4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/usr/hdat/hdatmsarea.C b/src/usr/hdat/hdatmsarea.C
index 593f37fb2..14736b126 100755
--- a/src/usr/hdat/hdatmsarea.C
+++ b/src/usr/hdat/hdatmsarea.C
@@ -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;
}
OpenPOWER on IntegriCloud