summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/pm/p9_pm_callout.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/pm/p9_pm_callout.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/pm/p9_pm_callout.C7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_pm_callout.C b/src/import/chips/p9/procedures/hwp/pm/p9_pm_callout.C
index dff4805a8..5fcd860c4 100644
--- a/src/import/chips/p9/procedures/hwp/pm/p9_pm_callout.C
+++ b/src/import/chips/p9/procedures/hwp/pm/p9_pm_callout.C
@@ -403,8 +403,11 @@ extern "C"
if( l_summSectn < MAX_FFDC_SUMMARY_SECTN_CNT )
{
- StopErrLogSectn l_ffdcSubSectn( l_pSummary, l_sectnSize, l_summSectn );
- o_ffdcList.push_back( l_ffdcSubSectn );
+ if( l_summSectn != CME_GLOBAL_VAR_SECTN )
+ {
+ StopErrLogSectn l_ffdcSubSectn( l_pSummary, l_sectnSize, l_summSectn );
+ o_ffdcList.push_back( l_ffdcSubSectn );
+ }
}
}
OpenPOWER on IntegriCloud