summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-09-03 13:01:33 -0500
committerDaniel M Crowell <dcrowell@us.ibm.com>2019-09-12 11:53:31 -0500
commite85d6dd64ec3e21d4823416cc4c95d801794730a (patch)
tree0a129e0d2c1929aebf94540b78753967c1595ad2
parent8664b9adb50b289cdd30c6b9fec4a4918cbd478e (diff)
downloadtalos-hostboot-e85d6dd64ec3e21d4823416cc4c95d801794730a.tar.gz
talos-hostboot-e85d6dd64ec3e21d4823416cc4c95d801794730a.zip
Re-enable mss_scrub in istep16 for axone systems
This step was disabled during bringup. Workarounds in place now so we can call it again. Change-Id: I6aaaf77173cdcf45771f1072fcab67b09546da86 RTC: 213933 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/83200 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Ilya Smirnov <ismirno@us.ibm.com> Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/usr/isteps/istep16/call_mss_scrub.C8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/usr/isteps/istep16/call_mss_scrub.C b/src/usr/isteps/istep16/call_mss_scrub.C
index b314cea3b..750a85c01 100644
--- a/src/usr/isteps/istep16/call_mss_scrub.C
+++ b/src/usr/isteps/istep16/call_mss_scrub.C
@@ -55,14 +55,6 @@ void* call_mss_scrub (void *io_pArgs)
do
{
- // TODO: 213933 Remove workaround skipping mss_scrub for swift bringup
- #if CONFIG_AXONE_BRING_UP
- // There are performance issues and some functional deficiencies
- // that make background scrub problematic in SIMICs.
- TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace, ISTEP_FUNC
- "Background scrubbing not currently working with Swift systems so it is disabled for now" );
- break;
- #endif
if ( Util::isSimicsRunning() )
{
OpenPOWER on IntegriCloud