summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/framework
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2013-12-04 12:21:04 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-01-22 13:19:31 -0600
commit715716a4a0981cbdbc642b7a13d96d117558a3dc (patch)
tree12828fb59422c584941573e2c77a6c682b8b4252 /src/usr/diag/prdf/framework
parent9bcf5b101663ddd3e4991817c186d0049a218a9d (diff)
downloadblackbird-hostboot-715716a4a0981cbdbc642b7a13d96d117558a3dc.tar.gz
blackbird-hostboot-715716a4a0981cbdbc642b7a13d96d117558a3dc.zip
PRDF:Updated action for TP_LFIR[36]
Change-Id: I0ef7e3ea583f8f69b38a4bcfbc71bfc8eceb16d9 CQ:SW237139 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7531 Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Tested-by: Jenkins Server
Diffstat (limited to 'src/usr/diag/prdf/framework')
-rw-r--r--src/usr/diag/prdf/framework/service/prdfPlatServices.C19
1 files changed, 17 insertions, 2 deletions
diff --git a/src/usr/diag/prdf/framework/service/prdfPlatServices.C b/src/usr/diag/prdf/framework/service/prdfPlatServices.C
index 8bf195dd5..730cc350e 100644
--- a/src/usr/diag/prdf/framework/service/prdfPlatServices.C
+++ b/src/usr/diag/prdf/framework/service/prdfPlatServices.C
@@ -1,11 +1,11 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
-/* $Source: ./framework/service/prdfPlatServices.C $ */
+/* $Source: src/usr/diag/prdf/framework/service/prdfPlatServices.C $ */
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2012,2013 */
+/* COPYRIGHT International Business Machines Corp. 2012,2014 */
/* */
/* p1 */
/* */
@@ -217,6 +217,21 @@ int32_t mssIplUeIsolation( TargetHandle_t i_mba, const CenRank & i_rank,
#undef PRDF_FUNC
}
+//------------------------------------------------------------------------------
+
+TARGETING::TargetHandle_t getMasterCore( TARGETING::TargetHandle_t i_procTgt )
+{
+ #define PRDF_FUNC "[PlatServices::getMasterCore] "
+
+ PRDF_ERR( PRDF_FUNC"MasterCore info not available in hostboot: PROC = "
+ "0x%08x ",getHuid( i_procTgt ) );
+ return NULL;
+
+ #undef PRDF_FUNC
+}
+
+//------------------------------------------------------------------------------
+
} // end namespace PlatServices
} // end namespace PRDF
OpenPOWER on IntegriCloud