summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting
diff options
context:
space:
mode:
authorMarty Gloff <mgloff@us.ibm.com>2018-04-04 17:04:22 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2018-04-05 09:52:41 -0400
commitc39a13d91daea64e5f56a01c52737c35003bf3f4 (patch)
tree0b8e7a0ac9da869b66e8f7195b4e41512c974967 /src/usr/targeting
parent84909fd0daf78763f1bf694b96c5c0f60b5e1707 (diff)
downloadtalos-hostboot-c39a13d91daea64e5f56a01c52737c35003bf3f4.tar.gz
talos-hostboot-c39a13d91daea64e5f56a01c52737c35003bf3f4.zip
Disable Multi-Node Sync System Attributes
Sync System Attributes code added for HBRT multi-node support seems to cause HBRT Adjunct to hang. Disable this support until cause is found and corrected. Change-Id: I709ffa24715e27277145e7b70c6475a66a29f7c7 RTC: 190816 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56773 Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> 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> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/targeting')
-rw-r--r--src/usr/targeting/common/target.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/targeting/common/target.C b/src/usr/targeting/common/target.C
index e3ddfa41c..1ee281576 100644
--- a/src/usr/targeting/common/target.C
+++ b/src/usr/targeting/common/target.C
@@ -154,9 +154,9 @@ bool Target::_trySetAttr(
// Get the node ID associated with the input target
NODE_ID l_nodeId = NODE0;
l_attrRP->getNodeId(this, l_nodeId);
- bool isSysTarget = ((this->getAttr<ATTR_CLASS>() == CLASS_SYS) &&
+ bool isSysTarget = /* ((this->getAttr<ATTR_CLASS>() == CLASS_SYS) &&
(this->getAttr<ATTR_TYPE>() == TYPE_SYS))
- ? true : false;
+ ? true : @TODO RTC:190816 */ false;
#endif
// Figure out if effort should be expended figuring out the target's type/
OpenPOWER on IntegriCloud