diff options
| author | Prem Shanker Jha <premjha2@in.ibm.com> | 2014-07-03 09:51:52 +0530 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-07-23 14:36:00 -0500 |
| commit | 1a4fc108fb5ba46aa8ba4f8da37c842c352d0598 (patch) | |
| tree | 8f54dd3847358c90734111c4d2ebb73654e303a2 /src/usr/diag/prdf/framework | |
| parent | c1ee855b9cb8e9688fea090cb5dbef9d2ff482be (diff) | |
| download | talos-hostboot-1a4fc108fb5ba46aa8ba4f8da37c842c352d0598.tar.gz talos-hostboot-1a4fc108fb5ba46aa8ba4f8da37c842c352d0598.zip | |
PRD: In sapphire mode, don't gard target if callout is not primary
In sapphire mode, if there is a strong possibility of a problem
in software and a lower possibility of problem in hardware, we
should not gard the hardware resource. This policy enforcement
intends to prevent the loss of a hardware resource due to a software
problem.
Change-Id: I17c0c3607d17475fc19fa08cd8bedf6f19430485
CQ:SW268025
Backport: release-fips811
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11977
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/12393
Diffstat (limited to 'src/usr/diag/prdf/framework')
| -rw-r--r-- | src/usr/diag/prdf/framework/service/prdfPlatServices.C | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/framework/service/prdfPlatServices.C b/src/usr/diag/prdf/framework/service/prdfPlatServices.C index 479c0b7f0..d5f3aa88e 100644 --- a/src/usr/diag/prdf/framework/service/prdfPlatServices.C +++ b/src/usr/diag/prdf/framework/service/prdfPlatServices.C @@ -77,6 +77,11 @@ bool isMemoryPreservingIpl() return l_isMemPreservingIpl; } +bool isSapphireRunning( ) +{ + return false; +} + //------------------------------------------------------------------------------ void getCurrentTime( Timer & o_timer ) |

