summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/tod
diff options
context:
space:
mode:
authorDaniel M Crowell <dcrowell@us.ibm.com>2019-08-04 14:29:43 -0500
committerDaniel M Crowell <dcrowell@us.ibm.com>2019-08-08 16:43:33 -0500
commit4a6e203860f5b8cfeb7de3740b06f9bbaf2d5f1e (patch)
treeb8d1df35478c328fe7cfea5054029041a4ca91f6 /src/usr/isteps/tod
parenta51a388127115471fac1b871409ff6ccfacbfeef (diff)
downloadtalos-hostboot-4a6e203860f5b8cfeb7de3740b06f9bbaf2d5f1e.tar.gz
talos-hostboot-4a6e203860f5b8cfeb7de3740b06f9bbaf2d5f1e.zip
Revert "Compile Hostboot with -Os"
This reverts commit cd1e5c91e4a15ca933c699553ece9b841825ac03. The previous change seems to be causing problems with thread local storage (TLS) access. CQ: SW471547 Change-Id: Ic6f43fbba2a3d5abe94ea73e8e5fd03702b84365 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81652 Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com> Tested-by: Daniel M Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/tod')
-rw-r--r--src/usr/isteps/tod/runtime/rt_todintf.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/isteps/tod/runtime/rt_todintf.C b/src/usr/isteps/tod/runtime/rt_todintf.C
index e5c537cd3..cc0bdb7cf 100644
--- a/src/usr/isteps/tod/runtime/rt_todintf.C
+++ b/src/usr/isteps/tod/runtime/rt_todintf.C
@@ -31,7 +31,7 @@
#include <runtime/interface.h> // g_hostInterfaces
#include <util/runtime/rt_fwreq_helper.H> // firmware_request_helper
#include <tod_init_reasoncodes.H> // TOD_RT_TOPOLOGY_RESET_BACKUP, etc
-#include <errl/errlentry.H>
+#include <errlmanager_common.C> // errlCommit
using namespace ERRORLOG;
OpenPOWER on IntegriCloud