summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/isteps/istep09/call_proc_smp_link_layer.C6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/isteps/istep09/call_proc_smp_link_layer.C b/src/usr/isteps/istep09/call_proc_smp_link_layer.C
index 06b7ac613..57f9e45cd 100644
--- a/src/usr/isteps/istep09/call_proc_smp_link_layer.C
+++ b/src/usr/isteps/istep09/call_proc_smp_link_layer.C
@@ -81,7 +81,11 @@ void* call_proc_smp_link_layer( void *io_pArgs )
{
errlHndl_t l_errl = NULL;
IStepError l_StepError;
- bool l_run_xbus_test = true;
+
+ // @TODO RTC:191008
+ // Currently the x-bus mailbox exchange causes a
+ // security violation in step 9, so disabling
+ bool l_run_xbus_test = false;
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
"call_proc_smp_link_layer entry" );
OpenPOWER on IntegriCloud