summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/framework/service/prdfPlatServices.H
diff options
context:
space:
mode:
authorBenjamin Weisenbeck <bweisenb@us.ibm.com>2013-07-09 18:57:23 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-07-31 16:50:32 -0500
commitede79c98d02499191ad89f00460da6cac524861a (patch)
tree5f65a05d35cecb359f001ab0fc6f6ad3b575069d /src/usr/diag/prdf/framework/service/prdfPlatServices.H
parent4ad0062bb79cf86a7c1ed1ef06ee5006a2db3f27 (diff)
downloadtalos-hostboot-ede79c98d02499191ad89f00460da6cac524861a.tar.gz
talos-hostboot-ede79c98d02499191ad89f00460da6cac524861a.zip
PRD: Check IPL state before accessing global unit xstp register
Change-Id: Icd558b528cfae0d54e28f49af04f461d0251bbbb RTC: 68302 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5352 Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Squashed: I4bdfc19e0a387159e98a77591ec968a6cbc1758d Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5593
Diffstat (limited to 'src/usr/diag/prdf/framework/service/prdfPlatServices.H')
-rw-r--r--src/usr/diag/prdf/framework/service/prdfPlatServices.H7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/framework/service/prdfPlatServices.H b/src/usr/diag/prdf/framework/service/prdfPlatServices.H
index 41e489152..edb86dcbd 100644
--- a/src/usr/diag/prdf/framework/service/prdfPlatServices.H
+++ b/src/usr/diag/prdf/framework/service/prdfPlatServices.H
@@ -52,6 +52,13 @@ namespace PlatServices
//## System Level Utility functions
//##############################################################################
+// Inline function definitions for Hostboot compiler optimization. See
+// prdfPlatServices_common.H for the function declarations.
+
+inline bool isMasterFSP() { return true; }
+inline int32_t syncFile( const char * i_fileName ) { return SUCCESS; }
+inline bool atRuntime() { return false; }
+
//##############################################################################
//## Processor specific functions
//##############################################################################
OpenPOWER on IntegriCloud