summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas/common/hwas.C
diff options
context:
space:
mode:
authorAlpana Kumari <alpankum@in.ibm.com>2018-06-27 07:40:11 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-06-28 10:59:18 -0400
commite5df99c9d267750b3be8fdf7b3484cd0a35b2c5e (patch)
tree1c6e8b7693e49b32bc78b272276740a8b4ea9411 /src/usr/hwas/common/hwas.C
parente52b70dbea223fe340f78316b40a4b64a2798b66 (diff)
downloadtalos-hostboot-e5df99c9d267750b3be8fdf7b3484cd0a35b2c5e.tar.gz
talos-hostboot-e5df99c9d267750b3be8fdf7b3484cd0a35b2c5e.zip
EC level match for only functional master Proc per Node
Change-Id: I0c2ecba2450faf8437bd286fa0d1d4f2d7e6b171 CQ: SW433870 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/61492 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: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/hwas/common/hwas.C')
-rw-r--r--src/usr/hwas/common/hwas.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/hwas/common/hwas.C b/src/usr/hwas/common/hwas.C
index 98908d1fc..9d1456019 100644
--- a/src/usr/hwas/common/hwas.C
+++ b/src/usr/hwas/common/hwas.C
@@ -3402,7 +3402,8 @@ errlHndl_t validateProcessorEcLevels()
getAllChips(l_procChips, TYPE_PROC);
// check for functional Master Proc on this node
- l_err = targetService().queryMasterProcChipTargetHandle(l_pMasterProc);
+ l_err = targetService().queryMasterProcChipTargetHandle(l_pMasterProc,
+ NULL, true);
//queryMasterProcChipTargetHandle will check for null, make sure
//there was no problem finding the master proc
OpenPOWER on IntegriCloud