summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/prdfMain.C
diff options
context:
space:
mode:
authorprashanthacharya <prashanthacharya@in.ibm.com>2013-02-28 09:13:38 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-05-10 08:57:44 -0500
commitfa255c03355424f8664a3fe8520ae01f14929335 (patch)
treeaa74292f160480e526b4ac0190d250f53cc78303 /src/usr/diag/prdf/prdfMain.C
parent5d7d081f059069276b946acbcb05d00f231b4f4a (diff)
downloadtalos-hostboot-fa255c03355424f8664a3fe8520ae01f14929335.tar.gz
talos-hostboot-fa255c03355424f8664a3fe8520ae01f14929335.zip
Refactor PRD prdfMain.[C][H]
Move all fsp specific code from prdfMain_common.C to prdfMain.C under fsp folder similarly move any code specific to hostboot from prdfMain_common.C to prdfMain.C under hostboot folder. Change-Id: I4374c82814fb9bed7b9734d617f0fd2038b89e78 RTC: 63998 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3392 Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: Prem Shanker Jha <premjha2@in.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4436
Diffstat (limited to 'src/usr/diag/prdf/prdfMain.C')
-rwxr-xr-xsrc/usr/diag/prdf/prdfMain.C9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/prdfMain.C b/src/usr/diag/prdf/prdfMain.C
index ae9c803ae..94bebcb31 100755
--- a/src/usr/diag/prdf/prdfMain.C
+++ b/src/usr/diag/prdf/prdfMain.C
@@ -34,4 +34,13 @@
namespace PRDF
{
+//------------------------------------------------------------------------------
+// Platform specific helper function for PRDF::initialize()
+//------------------------------------------------------------------------------
+
+void initPlatSpecific()
+{
+ // Currently no-op in Hostboot.
+}
+
} // end namespace PRDF
OpenPOWER on IntegriCloud