summaryrefslogtreecommitdiffstats
path: root/src/usr/fapi2
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/fapi2
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/fapi2')
-rw-r--r--src/usr/fapi2/test/fapi2GetChildrenTest.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/fapi2/test/fapi2GetChildrenTest.H b/src/usr/fapi2/test/fapi2GetChildrenTest.H
index c0a1e5eab..9eb595dcd 100644
--- a/src/usr/fapi2/test/fapi2GetChildrenTest.H
+++ b/src/usr/fapi2/test/fapi2GetChildrenTest.H
@@ -706,7 +706,7 @@ void test_fapi2GetChildren()
TARGET_STATE_PRESENT).size(); } },
};
- pervasiveChildTestRec* ptr = nullptr;
+ pervasiveChildTestRec* ptr;
int numPervTests = 0;
TARGETING::ATTR_MODEL_type l_model = l_proc->getAttr<TARGETING::ATTR_MODEL>();
if (l_model == TARGETING::MODEL_NIMBUS)
OpenPOWER on IntegriCloud