summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2016-11-04 10:07:30 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-11-08 13:24:11 -0500
commit0f499120c12cbcf58a9e8608a5ceea48c6dcbd07 (patch)
tree4776b46fd4d7018bc758a4fce17d4ead0a013e2f
parente1772ea328f61cc705b3622fdea877a4b4d86ff6 (diff)
downloadtalos-hostboot-0f499120c12cbcf58a9e8608a5ceea48c6dcbd07.tar.gz
talos-hostboot-0f499120c12cbcf58a9e8608a5ceea48c6dcbd07.zip
Disable proc_exit_cache_contained in MPIPL mode
Previously we thought this was needed to expand the cache but we determined that it is better just to fully extend the cache earlier on in the IPL during thread_activate because the memory will already be there in the MPIPL flow Change-Id: Idc76fe2a3c935732f2b61620691f1523089cbb79 RTC:157653 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32256 Reviewed-by: Matt Derksen <v2cibmd@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@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>
-rw-r--r--src/include/usr/isteps/istep14list.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/usr/isteps/istep14list.H b/src/include/usr/isteps/istep14list.H
index ddb0d8358..12b2118fd 100644
--- a/src/include/usr/isteps/istep14list.H
+++ b/src/include/usr/isteps/istep14list.H
@@ -167,7 +167,7 @@ namespace INITSERVICE
{
ISTEPNAME(14,07,"proc_exit_cache_contained"),
ISTEP_14::call_proc_exit_cache_contained,
- { START_FN, EXT_IMAGE, NORMAL_IPL_OP | MPIPL_OP, true }
+ { START_FN, EXT_IMAGE, NORMAL_IPL_OP, true }
},
{
ISTEPNAME(14,08,"host_mpipl_service"),
OpenPOWER on IntegriCloud