summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas/common/deconfigGard.C
diff options
context:
space:
mode:
authorDhruvaraj S <dhruvaraj@in.ibm.com>2015-08-04 04:30:06 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-08-14 09:42:36 -0500
commit28e0a7e2733d28efa4f4d77be2350b6acaa448ad (patch)
tree5dee0523e39552f77995a9739d65db0b3048e56b /src/usr/hwas/common/deconfigGard.C
parentb23def57b3b0acb0265114838c8dfd47cffa543b (diff)
downloadtalos-hostboot-28e0a7e2733d28efa4f4d77be2350b6acaa448ad.tar.gz
talos-hostboot-28e0a7e2733d28efa4f4d77be2350b6acaa448ad.zip
Mimimum hw check during resource recovery should be at system level
During the minimum hw check for resource recovery, check for the master processor or cores in master processors at system level instead of node level, current code looking at the availability in first node and doing a recovery if not available in first node. Change-Id: I527c04e4e62214f3db126ad00bab9964b4eca795 CQ:SW311913 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19518 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwas/common/deconfigGard.C')
-rw-r--r--src/usr/hwas/common/deconfigGard.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/hwas/common/deconfigGard.C b/src/usr/hwas/common/deconfigGard.C
index 5a06dd3bf..ce4a174ec 100644
--- a/src/usr/hwas/common/deconfigGard.C
+++ b/src/usr/hwas/common/deconfigGard.C
@@ -444,7 +444,7 @@ errlHndl_t DeconfigGard::deconfigureTargetsFromGardRecordsForIpl(
}
bool l_isSystemBootable = false;
- l_pErr = checkMinimumHardware(NULL,&l_isSystemBootable);
+ l_pErr = checkMinimumHardware(pSys,&l_isSystemBootable);
if (l_pErr)
{
HWAS_ERR("checkMinimumHardware returned an error");
@@ -525,7 +525,7 @@ errlHndl_t DeconfigGard::deconfigureTargetsFromGardRecordsForIpl(
break;
}
- l_pErr = checkMinimumHardware(NULL,&l_isSystemBootable);
+ l_pErr = checkMinimumHardware(pSys,&l_isSystemBootable);
if (l_pErr)
{
HWAS_ERR("checkMinimumHardware returned an error");
OpenPOWER on IntegriCloud