summaryrefslogtreecommitdiffstats
path: root/src/occ_405/thread/threadSch.c
diff options
context:
space:
mode:
authorChris Cain <cjcain@us.ibm.com>2016-10-13 16:11:32 -0500
committerChristopher J. Cain <cjcain@us.ibm.com>2016-10-14 17:14:58 -0400
commit5cca3dd9adc644ef8cb7bb251f6b43e85ba9f780 (patch)
tree078f81c18618ea0bb01d4e91a77a2db17dbb1123 /src/occ_405/thread/threadSch.c
parent609700b4ae20895c3d0713c8cfcb4717915b2bcd (diff)
downloadtalos-occ-5cca3dd9adc644ef8cb7bb251f6b43e85ba9f780.tar.gz
talos-occ-5cca3dd9adc644ef8cb7bb251f6b43e85ba9f780.zip
OCC Active state changes required for Simics
Change-Id: Ic6e65bcddaefd5213042707feffcf1272133e532 RTC: 161266 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31190 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/thread/threadSch.c')
-rwxr-xr-xsrc/occ_405/thread/threadSch.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/occ_405/thread/threadSch.c b/src/occ_405/thread/threadSch.c
index 9c7c660..46891c9 100755
--- a/src/occ_405/thread/threadSch.c
+++ b/src/occ_405/thread/threadSch.c
@@ -43,14 +43,12 @@ SsxTimer G_threadSchTimer;
// Index of highest priority thread in G_scheduledThreads
uint16_t G_threadSchedulerIndex = 0;
-// TEMP: Commented out dcom thread for Simics enablement.
-// Will need to reenable them when we need them again.
// Array that holds the threads that need scheduling
SsxThread* G_scheduledThreads[] =
{
&Main_thread,
&Cmd_Hndl_thread,
-// &Dcom_thread,
+ &Dcom_thread,
};
// Error log counter for the callback so that only 1 error log is created
OpenPOWER on IntegriCloud