summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep14
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2016-10-09 14:16:08 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-10-09 17:27:07 -0400
commit11442de97e1791efce0642dd079838383986d2a3 (patch)
treea0701da3a8d1e73580c56f1772e1798be9e5e3b7 /src/usr/isteps/istep14
parentc6f38bc83589f134619000cce3db88998cb610a4 (diff)
downloadtalos-hostboot-11442de97e1791efce0642dd079838383986d2a3.tar.gz
talos-hostboot-11442de97e1791efce0642dd079838383986d2a3.zip
Disable memdiags
Change-Id: If541c63fb0a7035832cfb9a617fa64da1ade6de6 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30930 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/usr/isteps/istep14')
-rw-r--r--src/usr/isteps/istep14/call_mss_memdiag.C9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/usr/isteps/istep14/call_mss_memdiag.C b/src/usr/isteps/istep14/call_mss_memdiag.C
index 2deb07102..cd75d84c7 100644
--- a/src/usr/isteps/istep14/call_mss_memdiag.C
+++ b/src/usr/isteps/istep14/call_mss_memdiag.C
@@ -43,9 +43,14 @@ void* call_mss_memdiag (void* io_pArgs)
IStepError l_stepError;
- TRACDCOMP(ISTEPS_TRACE::g_trac_isteps_trace,
+ TRACFCOMP(ISTEPS_TRACE::g_trac_isteps_trace,
"call_mss_memdiag entry");
+ TRACFCOMP(ISTEPS_TRACE::g_trac_isteps_trace,
+ "!!!Skipping memdiags until it works!!!");
+ return NULL;
+
+
TARGETING::Target* masterproc = nullptr;
TARGETING::targetService().masterProcChipTargetHandle(masterproc);
@@ -112,7 +117,7 @@ void* call_mss_memdiag (void* io_pArgs)
errlCommit(l_errl, HWPF_COMP_ID);
}
- TRACDCOMP(ISTEPS_TRACE::g_trac_isteps_trace,
+ TRACFCOMP(ISTEPS_TRACE::g_trac_isteps_trace,
"call_mss_memdiag exit");
// end task, returning any errorlogs to IStepDisp
OpenPOWER on IntegriCloud