From 119219fbdb622951d7a5e02fc14bddc589ed2fe2 Mon Sep 17 00:00:00 2001 From: Christian Geddes Date: Wed, 31 Jul 2019 16:54:10 -0500 Subject: [PATCH] Skip mss_scrub with axone system for until we get it working Currently mss_scrub does not support the axone processor type. This step must be skipped until support is added. Change-Id: Ifed4325f3aff93c278413ac125b3a370a900167f Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81469 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Corey V Swenson Reviewed-by: Daniel M Crowell --- src/usr/isteps/istep16/call_mss_scrub.C | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/usr/isteps/istep16/call_mss_scrub.C b/src/usr/isteps/istep16/call_mss_scrub.C index 24e8edd180c..c82b2a04a55 100644 --- a/src/usr/isteps/istep16/call_mss_scrub.C +++ b/src/usr/isteps/istep16/call_mss_scrub.C @@ -55,6 +55,15 @@ 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() ) { // There are performance issues and some functional deficiencies