summaryrefslogtreecommitdiffstats
path: root/src/occ_405/thread
diff options
context:
space:
mode:
authorWilliam Bryan <wilbryan@us.ibm.com>2015-12-10 14:26:52 -0600
committerWael Elessawy <welessa@us.ibm.com>2015-12-15 14:39:03 -0600
commitff50d1ba87a4affe60b26d581b668f12a355de29 (patch)
treeb6233c1e566036c276a9261431cd2e089faa8654 /src/occ_405/thread
parent99ef891b7853232a80d5c1914f201c81e8a725c3 (diff)
downloadtalos-occ-ff50d1ba87a4affe60b26d581b668f12a355de29.tar.gz
talos-occ-ff50d1ba87a4affe60b26d581b668f12a355de29.zip
Enable state transition to observation
Enabled DCOM thread RTC:140900 Change-Id: I857e2c4b2a15903ccddc2df5db910dddf155a8e5 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22658 Tested-by: FSP CI Jenkins Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: Wael Elessawy <welessa@us.ibm.com>
Diffstat (limited to 'src/occ_405/thread')
-rwxr-xr-xsrc/occ_405/thread/threadSch.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/occ_405/thread/threadSch.c b/src/occ_405/thread/threadSch.c
index 5432e72..7347eab 100755
--- a/src/occ_405/thread/threadSch.c
+++ b/src/occ_405/thread/threadSch.c
@@ -139,14 +139,13 @@ void initThreadScheduler(void)
THREAD_STACK_SIZE,
THREAD_PRIORITY_3);
-/* TEMP -- NOT USED IN PHASE1
l_dcomThreadRc = createAndResumeThreadHelper(&Dcom_thread,
Dcom_thread_routine,
(void *)0,
(SsxAddress)dcomThreadStack,
THREAD_STACK_SIZE,
THREAD_PRIORITY_6);
-*/
+
// Create the thread scheduler timer
l_timerRc = ssx_timer_create(&G_threadSchTimer, threadSwapcallback, 0);
OpenPOWER on IntegriCloud