summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/plat
diff options
context:
space:
mode:
authorChris Phan <cphan@us.ibm.com>2013-12-04 14:58:39 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-12-13 09:22:18 -0600
commitc70dfce4117852bc2447c3e1ab935c5b9c1efce3 (patch)
tree3cf902ac3e61a2714a4fe703af6ed98cf7355d1b /src/usr/diag/prdf/plat
parentdfec95107ef614c457b61d03e36929e60e9c7e5e (diff)
downloadtalos-hostboot-c70dfce4117852bc2447c3e1ab935c5b9c1efce3.tar.gz
talos-hostboot-c70dfce4117852bc2447c3e1ab935c5b9c1efce3.zip
PRD: remove mpipl check in hostboot code
Change-Id: Ica9ddda34dbe2fb75da8fdc48a2be9470b78c989 RTC: 87493 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7541 Tested-by: Jenkins Server 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> 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/7704
Diffstat (limited to 'src/usr/diag/prdf/plat')
-rw-r--r--src/usr/diag/prdf/plat/pegasus/prdfDramRepairs.C7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/usr/diag/prdf/plat/pegasus/prdfDramRepairs.C b/src/usr/diag/prdf/plat/pegasus/prdfDramRepairs.C
index 7948e7267..c479460a6 100644
--- a/src/usr/diag/prdf/plat/pegasus/prdfDramRepairs.C
+++ b/src/usr/diag/prdf/plat/pegasus/prdfDramRepairs.C
@@ -339,13 +339,6 @@ int32_t restoreDramRepairs( TargetHandle_t i_mba )
do
{
- if ( isMemoryPreservingIpl() )
- {
- // Power is preserved on a Centaur for a MPIPL. So the marks and
- // spares will not need to be restored.
- break;
- }
-
std::vector<CenRank> ranks;
int32_t l_rc = getMasterRanks( i_mba, ranks );
if ( SUCCESS != l_rc )
OpenPOWER on IntegriCloud