summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/runtime
diff options
context:
space:
mode:
authorMarty Gloff <mgloff@us.ibm.com>2018-02-01 16:35:13 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-04-05 10:33:54 -0400
commit379efca3b8ff7fd5bcd05c7bf8c1226e07cd7219 (patch)
tree4e250714ff264c3a5123607a86ce975c3a4d108d /src/usr/targeting/runtime
parentc39a13d91daea64e5f56a01c52737c35003bf3f4 (diff)
downloadblackbird-hostboot-379efca3b8ff7fd5bcd05c7bf8c1226e07cd7219.tar.gz
blackbird-hostboot-379efca3b8ff7fd5bcd05c7bf8c1226e07cd7219.zip
Support multiple nodes in HBRT - Update Functions
Existing targeting functions were written to support a single node implementation. There are functions currently linked to HBRT, but not needed by HBRT that break with the multiple nodes support. Those functions will be compiled out of HBRT. Change-Id: I7d70caa4721c52c032e099f75dae2fce5c6fe3be RTC: 186580 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/53233 Tested-by: Jenkins Server <pfd-jenkins+hostboot@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: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/runtime')
-rw-r--r--src/usr/targeting/runtime/attrrp_rt.C4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/usr/targeting/runtime/attrrp_rt.C b/src/usr/targeting/runtime/attrrp_rt.C
index e97fae738..e13ecd3dc 100644
--- a/src/usr/targeting/runtime/attrrp_rt.C
+++ b/src/usr/targeting/runtime/attrrp_rt.C
@@ -29,7 +29,6 @@
#include <errl/errlentry.H>
#include <targeting/common/targreasoncodes.H>
#include <targeting/targplatreasoncodes.H>
-#include <targeting/attrsync.H>
#include <util/runtime/util_rt.H>
#include <sys/internode.h>
@@ -45,9 +44,6 @@ namespace TARGETING
do
{
- // Create AttributeSync
- AttributeSync l_attributeSync = AttributeSync();
-
// Allocate section structures based on section count in header.
iv_sectionCount = i_header->numSections;
iv_sections = new AttrRP_Section[iv_sectionCount]();
OpenPOWER on IntegriCloud