summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/prdfErrlUtil.H
diff options
context:
space:
mode:
authorChris Phan <cphan@us.ibm.com>2014-05-29 21:09:26 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-06-02 15:06:58 -0500
commit649ef8c06007157123abad8cf72bec53cd5eae11 (patch)
tree6c4caf3121a54f1b1ba1c300dbffcc09d71108e6 /src/usr/diag/prdf/prdfErrlUtil.H
parente3a418419bd7fcf34bed25113111f06ec86ab9bb (diff)
downloadtalos-hostboot-649ef8c06007157123abad8cf72bec53cd5eae11.tar.gz
talos-hostboot-649ef8c06007157123abad8cf72bec53cd5eae11.zip
PRD: couple deconfigState setting with gardErrType
Also make PRDF_RECONFIG_LOOP a no-op in Hostboot Change-Id: Ib2b1bae5fb2acd257e1225da9da9808287ef53cc CQ: SW263815 Backport: release-fips810 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11340 Tested-by: Jenkins Server Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11345 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11347 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11351
Diffstat (limited to 'src/usr/diag/prdf/prdfErrlUtil.H')
-rw-r--r--src/usr/diag/prdf/prdfErrlUtil.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/diag/prdf/prdfErrlUtil.H b/src/usr/diag/prdf/prdfErrlUtil.H
index 60705268f..c95920189 100644
--- a/src/usr/diag/prdf/prdfErrlUtil.H
+++ b/src/usr/diag/prdf/prdfErrlUtil.H
@@ -207,9 +207,9 @@
/**
* @brief set deconfigEnum based on reconfig loop
+ * @note this is a no-op in Hostboot
*/
-#define PRDF_RECONFIG_LOOP(o_deconfigEnum) \
- o_deconfigEnum = HWAS::DELAYED_DECONFIG;
+#define PRDF_RECONFIG_LOOP(o_deconfigEnum)
/**
* @brief Interface to request a Hardware Unit dump collection
OpenPOWER on IntegriCloud