summaryrefslogtreecommitdiffstats
path: root/src/include/usr
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/include/usr
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/include/usr')
-rw-r--r--src/include/usr/hwas/common/hwas.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/usr/hwas/common/hwas.H b/src/include/usr/hwas/common/hwas.H
index caae04a79..7c5a4202a 100644
--- a/src/include/usr/hwas/common/hwas.H
+++ b/src/include/usr/hwas/common/hwas.H
@@ -120,7 +120,7 @@ errlHndl_t restrictEXunits(
* Error logs will also be created for each hardware module that is not
* running.
*
- * @param[in] i_node node target to restrict hw check
+ * @param[in] i_nodeOrSys Level of HW check node or system
* @param[out] o_bootable Indicate whether the system is
* is bootable with current configuration.
* if o_bootable is not NULL an error for
@@ -129,7 +129,7 @@ errlHndl_t restrictEXunits(
* @return error log handle
*/
errlHndl_t checkMinimumHardware(
- const TARGETING::ConstTargetHandle_t i_node = NULL,
+ const TARGETING::ConstTargetHandle_t i_nodeOrSys = NULL,
bool *o_bootable = NULL);
/**
OpenPOWER on IntegriCloud