summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/prdfErrlUtil.H
diff options
context:
space:
mode:
authorBilicon Patil <bilpatil@in.ibm.com>2013-10-18 08:24:37 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-12-13 09:20:24 -0600
commit13e1e775ba297999579d8304e906c31c2e72a42a (patch)
treefd532909eb2105391f7d769e4f5217952ed5fbc1 /src/usr/diag/prdf/prdfErrlUtil.H
parent948809ead9262fe86e78e303f3e5d1a19388f7ee (diff)
downloadtalos-hostboot-13e1e775ba297999579d8304e906c31c2e72a42a.tar.gz
talos-hostboot-13e1e775ba297999579d8304e906c31c2e72a42a.zip
PRD: Incorporate changes of HWSV Error log APIs
CQ: SW235100 Change-Id: Ifff3bd59ee22c5ca79122f46b019afec2224636d RTC:87135 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/6743 Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: BENJAMIN J. WEISENBECK <bweisenb@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7702 Reviewed-by: Bilicon Patil <bilpatil@in.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/prdfErrlUtil.H')
-rw-r--r--src/usr/diag/prdf/prdfErrlUtil.H12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/usr/diag/prdf/prdfErrlUtil.H b/src/usr/diag/prdf/prdfErrlUtil.H
index 7affa1f2f..a307ba9d6 100644
--- a/src/usr/diag/prdf/prdfErrlUtil.H
+++ b/src/usr/diag/prdf/prdfErrlUtil.H
@@ -196,23 +196,21 @@
* @note convert immediate deconfig to delayed deconfig in HB.
*/
#define PRDF_HW_ADD_CALLOUT(i_target, i_priority, \
- i_deconfigState, i_gardState, \
- io_errl, i_writeVpd, \
- i_gardErrType, i_severity, i_hcdb_update) \
+ i_deconfigState, \
+ io_errl, i_gardErrType, \
+ i_severity, i_diag_need) \
io_errl->addHwCallout(i_target, \
(const HWAS::callOutPriority)i_priority, \
(i_deconfigState == HWAS::DECONFIG ? \
HWAS::DELAYED_DECONFIG : i_deconfigState), \
(const HWAS::GARD_ErrorType)i_gardErrType); \
- (void)(i_hcdb_update)
+ (void)(i_diag_need)
/**
* @brief Process's pending deconfig and GARD service actions
* and thencommits and deletes the error log.
*/
-#define PRDF_HW_COMMIT_ERRL(io_sysTerm, io_errl, i_deferDeconfig, \
- i_action, i_continue) \
- io_sysTerm = false; \
+#define PRDF_HW_COMMIT_ERRL(io_errl, i_deferDeconfig, i_action) \
PRDF_COMMIT_ERRL(io_errl, i_action);
/**
OpenPOWER on IntegriCloud