Commit de35844c authored by Masayuki HARADA's avatar Masayuki HARADA

Change priority of itti thread.

parent d82ebce5
...@@ -782,7 +782,7 @@ void itti_mark_task_ready(task_id_t task_id) ...@@ -782,7 +782,7 @@ void itti_mark_task_ready(task_id_t task_id)
/* Mark the thread as using LFDS queue */ /* Mark the thread as using LFDS queue */
lfds611_queue_use(itti_desc.tasks[task_id].message_queue); lfds611_queue_use(itti_desc.tasks[task_id].message_queue);
#ifdef RTAI #if defined(UE_EXPANSION) || defined(RTAI)
/* Assign low priority to created threads */ /* Assign low priority to created threads */
{ {
struct sched_param sched_param; struct sched_param sched_param;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment