summaryrefslogtreecommitdiffstats
path: root/src/usr/cxxtest
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2014-03-08 15:51:02 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-03-21 10:26:12 -0500
commit9789508b0d23b4c253588c6f5f88c6ebab2c7ade (patch)
tree182beb26daaa8e26ea394a189031c0162864d322 /src/usr/cxxtest
parent46e34007e23485adf58a0b3df32b36c262644133 (diff)
downloadtalos-hostboot-9789508b0d23b4c253588c6f5f88c6ebab2c7ade.tar.gz
talos-hostboot-9789508b0d23b4c253588c6f5f88c6ebab2c7ade.zip
Force low-level hardware ops to use delayed deconfig
Some code (PRD) chooses to commit errors from register accesses immediately and then continue on. If the error ends up deconfiguring a target that can then lead to even more confusing results downstream. Change-Id: I289b43506a6d7c9d18d4ac6792fffbfc733daea6 CQ: SW250177 Backport: release-fips810 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9415 Tested-by: Jenkins Server Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/cxxtest')
-rw-r--r--src/usr/cxxtest/cxxtestexec.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/cxxtest/cxxtestexec.C b/src/usr/cxxtest/cxxtestexec.C
index 5b956dc27..0999ddc2e 100644
--- a/src/usr/cxxtest/cxxtestexec.C
+++ b/src/usr/cxxtest/cxxtestexec.C
@@ -123,7 +123,8 @@ void cxxinit( errlHndl_t &io_taskRetErrl )
tasks.push_back(tidrc);
}
- TRACFCOMP( g_trac_cxxtest, "Waiting for all tasks to finish....");
+ TRACFCOMP( g_trac_cxxtest, "Waiting for all (%d) tasks to finish....",
+ CxxTest::g_ModulesStarted );
// wait for all the launched tasks to finish
for (std::vector<tid_t>::iterator t = tasks.begin();
OpenPOWER on IntegriCloud