summaryrefslogtreecommitdiffstats
path: root/src/usr/diag
diff options
context:
space:
mode:
authorBilicon Patil <bilpatil@in.ibm.com>2015-01-17 06:14:25 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-02-27 23:23:35 -0600
commit1aa1011c26a8bbdc0b322a183ca168c556b3d25e (patch)
tree46f0bc26c7830c7221935aa574214f4d4d5c0c05 /src/usr/diag
parentfca9a43c5dc3fa58105141949e5ef4108862b0f0 (diff)
downloadtalos-hostboot-1aa1011c26a8bbdc0b322a183ca168c556b3d25e.tar.gz
talos-hostboot-1aa1011c26a8bbdc0b322a183ca168c556b3d25e.zip
PRD: Removing the macro NO_FSP from Hostboot
Change-Id: I69bcf9872cebbac4bfa1f63319a22b89e026fd6a RTC: 120396 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15249 Tested-by: Jenkins Server 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.aus.stglabs.ibm.com:8080/gerrit/15875
Diffstat (limited to 'src/usr/diag')
-rwxr-xr-xsrc/usr/diag/prdf/common/util/prdfBitString.H8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/usr/diag/prdf/common/util/prdfBitString.H b/src/usr/diag/prdf/common/util/prdfBitString.H
index 48469771c..6ffa66fb0 100755
--- a/src/usr/diag/prdf/common/util/prdfBitString.H
+++ b/src/usr/diag/prdf/common/util/prdfBitString.H
@@ -47,13 +47,7 @@
#include <iomanip>
#endif
-#if defined(NO_FSP)
- // Can not use PRD implementation of assert() in error log parsing code.
- #include <assert.h>
- #define PRDF_ASSERT(x) assert(x)
-#else
- #include <prdfAssert.h>
-#endif
+#include <prdfAssert.h>
/*--------------------------------------------------------------------*/
/* Forward References */
OpenPOWER on IntegriCloud