summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Phan <cphan@us.ibm.com>2013-09-18 11:29:03 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-10-07 11:18:57 -0500
commitedb81852aea69548c7bf1c4d778d2c892520302d (patch)
tree0e43229a4a7236d8c428398861001b9df25b52da
parent381c2442d8df3b1d382f3bcba8d2daa83b6a42b2 (diff)
downloadtalos-hostboot-edb81852aea69548c7bf1c4d778d2c892520302d.tar.gz
talos-hostboot-edb81852aea69548c7bf1c4d778d2c892520302d.zip
PRD: add call to SvrError::isAbortInProgress
Change-Id: I8c8c58066350224db70cb9e8bc5d2280009fc32d RTC: 68681 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6234 Tested-by: Jenkins Server Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Prem Shanker Jha <premjha2@in.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6492
-rw-r--r--src/usr/diag/prdf/prdfErrlUtil.H3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr/diag/prdf/prdfErrlUtil.H b/src/usr/diag/prdf/prdfErrlUtil.H
index bb237f339..209b267b2 100644
--- a/src/usr/diag/prdf/prdfErrlUtil.H
+++ b/src/usr/diag/prdf/prdfErrlUtil.H
@@ -220,8 +220,7 @@
/**
* @brief indicate whether an abort is active or not
*/
-// FIXME:RTC: 65609 will address this issue.
-// not available in Hostboot?
+// no-op in Hostboot
#define PRDF_ABORTING(o_abort) \
o_abort = false;
OpenPOWER on IntegriCloud