summaryrefslogtreecommitdiffstats
path: root/src/usr/hdat/hdatcommonutil.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hdat/hdatcommonutil.C')
-rw-r--r--src/usr/hdat/hdatcommonutil.C11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/usr/hdat/hdatcommonutil.C b/src/usr/hdat/hdatcommonutil.C
index 1bb9d43ac..ed92e4da8 100644
--- a/src/usr/hdat/hdatcommonutil.C
+++ b/src/usr/hdat/hdatcommonutil.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2017 */
+/* Contributors Listed Below - COPYRIGHT 2017,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -72,17 +72,10 @@ uint16_t hdatCalcMaxTpmsPerNode()
return l_maxTpms;
}
-uint32_t hdatTpmDataCalcMaxSize()
+uint32_t hdatTpmDataCalcInstanceSize()
{
uint32_t l_size = 0;
- // TODO RTC 167290 - In order to support multiple nodes, this calculation
- // needs to be #nodes * [ the entire 18.x set of structures ] and the
- // initialization needs to be done on each instance. The reported size
- // (in variable o_size) needs to be the size of a single instance and the
- // reported count (via o_count) needs to be the number of nodes. For now,
- // we assume one node.
-
// account for the size of the TPM data header
l_size += sizeof(hdatTpmData_t);
OpenPOWER on IntegriCloud