summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2014-03-06 11:37:02 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-03-07 12:25:31 -0600
commitde6f390985b862e744d9974600b3263f75f929c8 (patch)
tree85c22d48ce23557d95a5dc77b5665dce4b499ffa /src/usr/diag/prdf/common/plat
parent74b8c31125e5e7d8cd152486b614d40d52a07cbe (diff)
downloadtalos-hostboot-de6f390985b862e744d9974600b3263f75f929c8.tar.gz
talos-hostboot-de6f390985b862e744d9974600b3263f75f929c8.zip
PRD: segfault in runtime TD controller
Change-Id: Id537c0868d41d326d5d01681a3f388765e905b93 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9354 Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: BENJAMIN J. WEISENBECK <bweisenb@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9361
Diffstat (limited to 'src/usr/diag/prdf/common/plat')
-rw-r--r--src/usr/diag/prdf/common/plat/pegasus/prdfCenMbaTdCtlr_common.H6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/diag/prdf/common/plat/pegasus/prdfCenMbaTdCtlr_common.H b/src/usr/diag/prdf/common/plat/pegasus/prdfCenMbaTdCtlr_common.H
index aa8b9df43..f2c2399ef 100644
--- a/src/usr/diag/prdf/common/plat/pegasus/prdfCenMbaTdCtlr_common.H
+++ b/src/usr/diag/prdf/common/plat/pegasus/prdfCenMbaTdCtlr_common.H
@@ -126,8 +126,10 @@ class CenMbaTdCtlrCommon
* @param i_mbaChip An MBA chip.
*/
explicit CenMbaTdCtlrCommon( ExtensibleChip * i_mbaChip ) :
- iv_mbaChip(i_mbaChip), iv_initialized(false), iv_tdState(NO_OP),
- iv_rank(), iv_mark(), iv_mssCmd(NULL), iv_isEccSteer(false)
+ iv_mbaChip(i_mbaChip), iv_membChip(NULL), iv_mbaTrgt(NULL),
+ iv_mbaPos(MAX_MBA_PER_MEMBUF), iv_x4Dimm(false), iv_initialized(false),
+ iv_tdState(NO_OP), iv_rank(), iv_mark(), iv_mssCmd(NULL),
+ iv_isEccSteer(false)
{}
/** @brief Destructor */
OpenPOWER on IntegriCloud