summaryrefslogtreecommitdiffstats
path: root/src/usr/fsi/fsidd.H
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2014-03-04 09:47:22 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-03-05 11:56:52 -0600
commitae9b44821531e1841acb7b1fa29695ac1ca11bc0 (patch)
tree0a6059101905c364dc46bfd82b7c4525f8e6082a /src/usr/fsi/fsidd.H
parentc5ff1ce83585bfbd690c7faa047ed37d592f30a7 (diff)
downloadtalos-hostboot-ae9b44821531e1841acb7b1fa29695ac1ca11bc0.tar.gz
talos-hostboot-ae9b44821531e1841acb7b1fa29695ac1ca11bc0.zip
Better handling of FSI error path during init
Temporarily (probably) disabling the local FSI master operations until the code is refactored to handle a multi-threaded scenario correctly. Change-Id: Ie8f48281b20d8a05a56f585a4b0d370ca0b81ccd CQ: SW250080 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9290 Tested-by: Jenkins Server Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/fsi/fsidd.H')
-rw-r--r--src/usr/fsi/fsidd.H6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/usr/fsi/fsidd.H b/src/usr/fsi/fsidd.H
index 99150c277..d9901277f 100644
--- a/src/usr/fsi/fsidd.H
+++ b/src/usr/fsi/fsidd.H
@@ -198,6 +198,12 @@ class FsiDD
uint16_t flags; ///< Special flags
};
FsiLinkId_t linkid; ///< Id for traces and error logs
+
+ FsiChipInfo_t() :
+ slave(NULL), master(NULL),
+ type(TARGETING::FSI_MASTER_TYPE_NO_MASTER),
+ port(0xFF), cascade(0), flags(0)
+ {};
};
/**
OpenPOWER on IntegriCloud