summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep14/call_host_mpipl_service.C
diff options
context:
space:
mode:
authorRick Ward <rward15@us.ibm.com>2018-04-05 17:06:58 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2018-04-12 16:26:56 -0400
commitcde4990515a7a190fca7a3eb9f722f74c12acdb2 (patch)
tree8efb738062ff6e6c64a63b3695ddaf67364ef6a4 /src/usr/isteps/istep14/call_host_mpipl_service.C
parentf5cd23d6c3be17356e0851ec5d5bb65cee48f15f (diff)
downloadtalos-hostboot-cde4990515a7a190fca7a3eb9f722f74c12acdb2.tar.gz
talos-hostboot-cde4990515a7a190fca7a3eb9f722f74c12acdb2.zip
Cleanup the fix for "zero length dump on single node systems".
The attribute, IS_MASTER_DRAWER, was being set in the function host_sys_fab_iovalid_processing() (istep 18.9), unfortunately that function is not called on single node systems. Had to reverse the logic on the previous IS_MASTER_DRAWER attribute, and make it an IS_SLAVE_DRAWER attribute. The reason is that there is a limitation (bug?) which requires hb-only, volatile attributes to have a default value of zero. Change-Id: Ib27349f18b2738b405649723cdcb11e2ec919991 CQ:SW423016 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56883 CI-Ready: Richard Ward <rward15@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep14/call_host_mpipl_service.C')
-rw-r--r--src/usr/isteps/istep14/call_host_mpipl_service.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/isteps/istep14/call_host_mpipl_service.C b/src/usr/isteps/istep14/call_host_mpipl_service.C
index 6a65bf308..7eb7395fb 100644
--- a/src/usr/isteps/istep14/call_host_mpipl_service.C
+++ b/src/usr/isteps/istep14/call_host_mpipl_service.C
@@ -65,7 +65,7 @@ void* call_host_mpipl_service (void *io_pArgs)
if (!TARGETING::UTIL::isCurrentMasterNode())
{
TRACFCOMP(ISTEPS_TRACE::g_trac_isteps_trace,
- "call_host_mpipl_service cannot run on slave node, skipping");
+ "call_host_mpipl_service cannot run on slave node, skipping");
}
else
{
OpenPOWER on IntegriCloud