summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorRick Ward <rward15@us.ibm.com>2018-04-04 14:54:17 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2018-04-05 11:54:23 -0400
commit2e3def0e5420ee94273cfb12f6f120320ccb202c (patch)
tree7b3c3210481053eddaa58398883618de59d50c25 /src/include
parent379efca3b8ff7fd5bcd05c7bf8c1226e07cd7219 (diff)
downloadtalos-hostboot-2e3def0e5420ee94273cfb12f6f120320ccb202c.tar.gz
talos-hostboot-2e3def0e5420ee94273cfb12f6f120320ccb202c.zip
zero length dump on single node systems
Quick hack to fix dumps on single node systems. Proposed fix did not work. This change forces isCurrentMasterNode() to always return true. Change-Id: I9366617d42923e5d13c0f7ea4f624e1749ad6810 CQ:SW423016 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56769 Tested-by: Jenkins Server <pfd-jenkins+hostboot@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: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/targeting/targplatutil.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/usr/targeting/targplatutil.H b/src/include/usr/targeting/targplatutil.H
index 531ac014a..c13f1a0a8 100644
--- a/src/include/usr/targeting/targplatutil.H
+++ b/src/include/usr/targeting/targplatutil.H
@@ -189,7 +189,7 @@ inline bool isThisMasterNodeTarget(const Target* const i_pTarget)
* @par Detailed Description:
* Checks whether the current node is the master node. If yes, returns
* true to the user, else false. Master node is not determined until
- * istep 18.9, so this function will return false before then except
+ * istep 18.9, so this function will return true before then except
* in the case of a MPIPL (second pass).
*
* @return boolean indicating whether request was successful or not
OpenPOWER on IntegriCloud