aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/sched_mc.c
diff options
context:
space:
mode:
Diffstat (limited to 'litmus/sched_mc.c')
-rw-r--r--litmus/sched_mc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/litmus/sched_mc.c b/litmus/sched_mc.c
index da8a82119612..a81d0bf0e7c6 100644
--- a/litmus/sched_mc.c
+++ b/litmus/sched_mc.c
@@ -607,6 +607,7 @@ static void job_completion(struct task_struct *task, int forced)
607 607
608 /* if (!is_ghost(task)) { */ 608 /* if (!is_ghost(task)) { */
609 /* and no more forced!!! */ 609 /* and no more forced!!! */
610 if (!ghost && !forced)
610 sched_trace_task_completion(task, forced); 611 sched_trace_task_completion(task, forced);
611 /* } */ 612 /* } */
612 BUG_ON(!task); 613 BUG_ON(!task);