aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/rt_domain.c
diff options
context:
space:
mode:
Diffstat (limited to 'litmus/rt_domain.c')
-rw-r--r--litmus/rt_domain.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/litmus/rt_domain.c b/litmus/rt_domain.c
index 81a5ac16f16..fd0e6c235e1 100644
--- a/litmus/rt_domain.c
+++ b/litmus/rt_domain.c
@@ -304,6 +304,7 @@ void __add_ready(rt_domain_t* rt, struct task_struct *new)
304 304
305 BUG_ON(bheap_node_in_heap(tsk_rt(new)->heap_node)); 305 BUG_ON(bheap_node_in_heap(tsk_rt(new)->heap_node));
306 306
307 new->rt_param.domain = rt;
307 bheap_insert(rt->order, &rt->ready_queue, tsk_rt(new)->heap_node); 308 bheap_insert(rt->order, &rt->ready_queue, tsk_rt(new)->heap_node);
308 rt->check_resched(rt); 309 rt->check_resched(rt);
309} 310}