From 57d267dafe9a94ddb4203cc6e07dba04ae290aa9 Mon Sep 17 00:00:00 2001 From: crgeddes Date: Tue, 9 May 2017 08:10:54 -0500 Subject: 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 Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Reviewed-by: Corey V. Swenson Reviewed-by: Martin Gloff Reviewed-by: William G. Hoffa --- src/usr/isteps/istep14/call_host_mpipl_service.C | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'src/usr/isteps/istep14') 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(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, -- cgit v1.2.1