summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2017-08-17 16:28:23 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-08-18 09:58:41 -0400
commit6c9398a524569661af55c40faf2fd1b592dc7c02 (patch)
treeebccc11c0ac2bb5c4887e2c97b0472471b8e2f19 /src/include
parenteeb76cbb05f2d1262532daa732fab4414cd80050 (diff)
downloadtalos-hostboot-6c9398a524569661af55c40faf2fd1b592dc7c02.tar.gz
talos-hostboot-6c9398a524569661af55c40faf2fd1b592dc7c02.zip
Do not call mss_scrub on MPIPL
Memory is preserved. No need to start background scrubbing when it is already running. Change-Id: Ife8fd23cdcf3e5cf67c83070f71c5efb21065bb2 CQ: SW398641 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44770 Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/isteps/istep16list.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/usr/isteps/istep16list.H b/src/include/usr/isteps/istep16list.H
index 13fbd5868..bc7a05e0b 100644
--- a/src/include/usr/isteps/istep16list.H
+++ b/src/include/usr/isteps/istep16list.H
@@ -141,7 +141,7 @@ namespace INITSERVICE
// Hostboot PRD should no longer be called after this step.
ISTEPNAME(16,04,"mss_scrub"),
ISTEP_16::call_mss_scrub,
- { START_FN, EXT_IMAGE, NORMAL_IPL_OP | MPIPL_OP, false }
+ { START_FN, EXT_IMAGE, NORMAL_IPL_OP, false }
},
{
ISTEPNAME(16,05,"host_ipl_complete"),
OpenPOWER on IntegriCloud