summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas
diff options
context:
space:
mode:
authoraalugore <aalugore@us.ibm.com>2015-09-29 16:19:09 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-09-29 16:43:25 -0500
commit2257ff8dba986bc5efe691f400fce104829bfe33 (patch)
tree3beea2c3f9bbab9eba270b8457f04b7fdb958078 /src/usr/hwas
parentab89379aa0c4e7ceeae91f6c729cd7d120379dd5 (diff)
downloadtalos-hostboot-2257ff8dba986bc5efe691f400fce104829bfe33.tar.gz
talos-hostboot-2257ff8dba986bc5efe691f400fce104829bfe33.zip
Config flag to enable ONLY ipl time checktop analysis
Change-Id: I87dcd01e82436828e1a6fa4db5a79281c7ce1b66 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20864 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwas')
-rw-r--r--src/usr/hwas/hostbootIstep.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/hwas/hostbootIstep.C b/src/usr/hwas/hostbootIstep.C
index b3f510a3d..31362a8ad 100644
--- a/src/usr/hwas/hostbootIstep.C
+++ b/src/usr/hwas/hostbootIstep.C
@@ -360,7 +360,7 @@ void* host_cancontinue_clear( void *io_pArgs )
"host_cancontinue_clear entry" );
errlHndl_t errl = NULL;
-#ifdef CONFIG_ENABLE_CHECKSTOP_ANALYSIS
+#ifdef CONFIG_IPLTIME_CHECKSTOP_ANALYSIS
// TODO RTC 115587: current place; could change
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
"host_cancontinue_clear: calling activateOCCs" );
@@ -465,7 +465,7 @@ void* host_prd_hwreconfig( void *io_pArgs )
"MCS target HUID %.8X", l_currMcsHuid);
} // for
-#ifdef CONFIG_ENABLE_CHECKSTOP_ANALYSIS
+#ifdef CONFIG_IPLTIME_CHECKSTOP_ANALYSIS
// update firdata inputs for OCC
TARGETING::Target* masterproc = NULL;
TARGETING::targetService().masterProcChipTargetHandle(masterproc);
OpenPOWER on IntegriCloud