diff options
| author | Brian Horton <brianh@linux.ibm.com> | 2013-04-26 18:17:56 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-05-06 17:02:17 -0500 |
| commit | 1eca57a5d2c3a96222c2c7c96238812713bcb197 (patch) | |
| tree | e9188a559837f5b454fcfbc6c6b4d114c2716e56 /src/include/usr | |
| parent | af1ea749f218dd6019137ec81b628f572f7eba16 (diff) | |
| download | blackbird-hostboot-1eca57a5d2c3a96222c2c7c96238812713bcb197.tar.gz blackbird-hostboot-1eca57a5d2c3a96222c2c7c96238812713bcb197.zip | |
add code for clearGardRecordsForReplacedTargets() function
Part of collect_gard() functionality is to check a targeting attribute
to see if the part has changed; if so and there is a GARD record, we
clear the GARD record so that the new part will then not be deconfigured.
Change-Id: I39a316efd7cda6b205c0fbb39192e7ba90afad45
RTC: 63432
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4263
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr')
| -rw-r--r-- | src/include/usr/hwas/common/deconfigGard.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/usr/hwas/common/deconfigGard.H b/src/include/usr/hwas/common/deconfigGard.H index 04a8e46c9..b0e793f2a 100644 --- a/src/include/usr/hwas/common/deconfigGard.H +++ b/src/include/usr/hwas/common/deconfigGard.H @@ -436,7 +436,7 @@ private: /** * @brief Clears the specified GARD Records. * - * @param[in] i_recordId RecordId to clear. If zero (CLEAR_ALL_GARD_RECORDS) + * @param[in] i_recordId RecordId to clear. If CLEAR_ALL_GARD_RECORDS * then all GARD Records cleared. * * @return errlHndl_t. Error log handle. |

