summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/framework/service/prdfPlatServices.H
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2015-01-08 17:15:37 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-02-16 12:01:22 -0600
commit72c1e2f16d53b8fbaf0a5551e0688678e53abeb5 (patch)
treec3786f1e4abd06fc265d96e059d313a2e25b7b24 /src/usr/diag/prdf/framework/service/prdfPlatServices.H
parent87e0e35a7698818709c0b864f39e059b77ecea45 (diff)
downloadtalos-hostboot-72c1e2f16d53b8fbaf0a5551e0688678e53abeb5.tar.gz
talos-hostboot-72c1e2f16d53b8fbaf0a5551e0688678e53abeb5.zip
PRD: added PlatServices code for SP and hypervisor config
Change-Id: I66df34a723fec3dfa5ad83bbfaf95ca90abd7859 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15063 Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Bilicon Patil <bilpatil@in.ibm.com> Reviewed-by: Prem Shanker Jha <premjha2@in.ibm.com> Tested-by: Jenkins Server 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/15734
Diffstat (limited to 'src/usr/diag/prdf/framework/service/prdfPlatServices.H')
-rw-r--r--src/usr/diag/prdf/framework/service/prdfPlatServices.H11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/usr/diag/prdf/framework/service/prdfPlatServices.H b/src/usr/diag/prdf/framework/service/prdfPlatServices.H
index d7dae75ce..55efa3742 100644
--- a/src/usr/diag/prdf/framework/service/prdfPlatServices.H
+++ b/src/usr/diag/prdf/framework/service/prdfPlatServices.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2014 */
+/* Contributors Listed Below - COPYRIGHT 2012,2015 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -72,15 +72,6 @@ inline bool atRuntime()
#endif
}
-inline bool isSapphireRunning()
-{
- #ifdef __HOSTBOOT_RUNTIME
- return true;
- #else
- return false;
- #endif
-}
-
inline bool isSmpCoherent() { return false; }
} // end namespace PlatServices
OpenPOWER on IntegriCloud