summaryrefslogtreecommitdiffstats
path: root/src/usr/initservice/istepdispatcher/istepdispatcher.H
diff options
context:
space:
mode:
authorMatt Derksen <mderkse1@us.ibm.com>2018-10-29 11:35:35 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-11-02 17:00:51 -0500
commit1e21ee6d26e5b73e624e2dfd4951d3e820411798 (patch)
tree1698f19126089849cf4c82acb9faa3e31cf54ecc /src/usr/initservice/istepdispatcher/istepdispatcher.H
parent25102e0add227ca3bd781fe33cb8fba8d65394c3 (diff)
downloadtalos-hostboot-1e21ee6d26e5b73e624e2dfd4951d3e820411798.tar.gz
talos-hostboot-1e21ee6d26e5b73e624e2dfd4951d3e820411798.zip
Allow stopIPL to be called before istepdispatcher is loaded
Hostboot was crashing because a graceful shutdown was requested before libistepdisp.so loaded. Change-Id: Id9206961bcbb72094ff359f26db720b92480f5fb CQ: SW445973 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68110 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/initservice/istepdispatcher/istepdispatcher.H')
-rw-r--r--src/usr/initservice/istepdispatcher/istepdispatcher.H10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/usr/initservice/istepdispatcher/istepdispatcher.H b/src/usr/initservice/istepdispatcher/istepdispatcher.H
index bf8950c75..558fc95d1 100644
--- a/src/usr/initservice/istepdispatcher/istepdispatcher.H
+++ b/src/usr/initservice/istepdispatcher/istepdispatcher.H
@@ -214,12 +214,6 @@ public:
void setNewGardRecord();
/**
- * @brief This function will set a boolean true which tells the istep
- * dispacher to stop executing steps
- */
- void setStopIpl();
-
- /**
* @brief This function will stop the istep dispacher from continuing to
* execute steps
*/
@@ -492,10 +486,6 @@ private:
// Instance variable to state if a new gard record was committed
bool iv_newGardRecord;
- // Instance variable to state if a power off is in progress and
- // the istep dispatcher should stop executing steps
- bool iv_stopIpl;
-
// Instance variable to state if the PHB Perst libraries are loaded
bool iv_p9_phbPerstLibLoaded;
OpenPOWER on IntegriCloud