summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas/common/hwas.C
diff options
context:
space:
mode:
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