Skip to content

Commit

Permalink
EC level match for only functional master Proc per Node
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alpana07 authored and dcrowell77 committed Jun 28, 2018
1 parent e52b70d commit e5df99c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/usr/hwas/common/hwas.C
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5df99c

Please sign in to comment.