From 67de094e51e209b16622bee4788a97dd28b538c6 Mon Sep 17 00:00:00 2001 From: Marty Gloff Date: Thu, 15 Mar 2018 08:52:50 -0500 Subject: Support multiple nodes in HBRT - Remove Single Node Items There are some items that applied to a single node implementation that can be removed after all dependencies on them have been removed by other tasks. This single node support is being moved/removed. Also a check is being added to the VPD support so the node value does not index beyond the end of the array of reserved memory addresses. Change-Id: I7fea5ac9cdfa9f37caa57905d320633a8039e79d RTC: 186585 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55917 Reviewed-by: Christian R. Geddes Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Tested-by: Jenkins OP HW Reviewed-by: Prachi Gupta Reviewed-by: William G. Hoffa --- src/include/usr/targeting/attrrp.H | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/include/usr/targeting') diff --git a/src/include/usr/targeting/attrrp.H b/src/include/usr/targeting/attrrp.H index 897e6dec4..cb7e9e35e 100644 --- a/src/include/usr/targeting/attrrp.H +++ b/src/include/usr/targeting/attrrp.H @@ -342,7 +342,7 @@ class AttrRP iv_isMpipl(false) #else : iv_isTempInstance(false), iv_instanceStatus(SINGLE_NODE), - iv_sections(NULL), iv_sectionCount(0), iv_isMpipl(false) + iv_isMpipl(false) #endif { }; @@ -546,6 +546,12 @@ class AttrRP // Message Queue for VMM requests msg_q_t iv_msgQ; + + // Parsed structures of the attribute sections. + AttrRP_Section* iv_sections; + + // Count of attribute sections. + size_t iv_sectionCount; #else // Indicator that AttrRP instance is a temporary one, not the singleton bool iv_isTempInstance; @@ -556,11 +562,6 @@ class AttrRP // Node instance status NodeInstanceStatus iv_instanceStatus; #endif - // Parsed structures of the attribute sections. - AttrRP_Section* iv_sections; // @TODO RTC:186585 move to #ifndef clause - - // Count of attribute sections. - size_t iv_sectionCount; // @TODO RTC:186585 move to #ifndef clause bool iv_isMpipl; }; -- cgit v1.2.1