summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep14
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2017-05-09 08:10:54 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2017-05-11 09:25:51 -0400
commit57d267dafe9a94ddb4203cc6e07dba04ae290aa9 (patch)
tree2e448d81b1b75c6acc8b4b2a9b827f3a40175085 /src/usr/isteps/istep14
parent1c853e3fc6d4e4a5101200a1090f2b989d6e69aa (diff)
downloadtalos-hostboot-57d267dafe9a94ddb4203cc6e07dba04ae290aa9.tar.gz
talos-hostboot-57d267dafe9a94ddb4203cc6e07dba04ae290aa9.zip
Always collect dump data during MPIPLs
We can always collect dumps during MPIPL so we can remove this check Change-Id: Ie35109ac3c9019502350c9c318c6190430d07c4b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40274 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep14')
-rw-r--r--src/usr/isteps/istep14/call_host_mpipl_service.C19
1 files changed, 1 insertions, 18 deletions
diff --git a/src/usr/isteps/istep14/call_host_mpipl_service.C b/src/usr/isteps/istep14/call_host_mpipl_service.C
index 6be572e45..a36f96fcc 100644
--- a/src/usr/isteps/istep14/call_host_mpipl_service.C
+++ b/src/usr/isteps/istep14/call_host_mpipl_service.C
@@ -128,25 +128,8 @@ void* call_host_mpipl_service (void *io_pArgs)
#endif
- //Determine if we should perform dump ops
- //Note that this is only called in MPIPL context, so don't
- //have to check MPIPL
- bool collect_dump = false;
- TARGETING::Target * sys = NULL;
- TARGETING::targetService().getTopLevelTarget( sys );
- TARGETING::CecIplType type;
- if(sys &&
- sys->tryGetAttr<TARGETING::ATTR_CEC_IPL_TYPE>(type) &&
- type.PostDump)
- {
- collect_dump = true;
- }
-
- TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
- "Ready to collect dump -- yes/no [%d]", collect_dump);
-
// No error on the procedure.. proceed to collect the dump.
- if (!l_err && collect_dump)
+ if (!l_err)
{
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
OpenPOWER on IntegriCloud