summaryrefslogtreecommitdiffstats
path: root/src/occ_405/dcom/dcom_thread.c
diff options
context:
space:
mode:
authorAndres Lugo-Reyes <aalugore@us.ibm.com>2016-12-12 14:48:59 -0600
committerWilliam A. Bryan <wilbryan@us.ibm.com>2016-12-15 15:49:58 -0500
commit08961278f496e058964d217593a06303ea96b4f3 (patch)
tree1291d786b08ee9aea76819924a79a4ba5bcadc39 /src/occ_405/dcom/dcom_thread.c
parente350693c96096f1e607423c974082bf3d0b2a7ae (diff)
downloadtalos-occ-08961278f496e058964d217593a06303ea96b4f3.tar.gz
talos-occ-08961278f496e058964d217593a06303ea96b4f3.zip
dcom/ thread/ rtls/ TODO clean up
Also moved files common to occ_405/, occ_gpe0/, occ_gpe1/, etc, to a new common directory to keep src/ clean Change-Id: Ib45d70d048a135832592953c955a325d20fa19ae RTC: 163363 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33640 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/occ_405/dcom/dcom_thread.c')
-rwxr-xr-xsrc/occ_405/dcom/dcom_thread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/occ_405/dcom/dcom_thread.c b/src/occ_405/dcom/dcom_thread.c
index 0a61a5b..ada5bfc 100755
--- a/src/occ_405/dcom/dcom_thread.c
+++ b/src/occ_405/dcom/dcom_thread.c
@@ -132,7 +132,7 @@ void Dcom_thread_routine(void *arg)
if(OCC_STATE_ACTIVE == CURRENT_STATE())
{
// Set the new mode
- l_errlHndl = SMGR_set_mode(l_newOccMode, 0 /* TODO V/F */ );
+ l_errlHndl = SMGR_set_mode(l_newOccMode);
if(l_errlHndl)
{
commitErrl(&l_errlHndl);
@@ -153,7 +153,7 @@ void Dcom_thread_routine(void *arg)
commitErrl(&l_errlHndl);
}
// Set the new mode
- l_errlHndl = SMGR_set_mode(l_newOccMode, 0 /* TODO V/F */ );
+ l_errlHndl = SMGR_set_mode(l_newOccMode);
if(l_errlHndl)
{
commitErrl(&l_errlHndl);
OpenPOWER on IntegriCloud