aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/sched_pfp.c
diff options
context:
space:
mode:
Diffstat (limited to 'litmus/sched_pfp.c')
-rw-r--r--litmus/sched_pfp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/litmus/sched_pfp.c b/litmus/sched_pfp.c
index b1d5b4326a0e..c425e15c8777 100644
--- a/litmus/sched_pfp.c
+++ b/litmus/sched_pfp.c
@@ -129,6 +129,8 @@ static void job_completion(struct task_struct* t, int forced)
129 129
130 set_rt_flags(t, RT_F_SLEEP); 130 set_rt_flags(t, RT_F_SLEEP);
131 prepare_for_next_period(t); 131 prepare_for_next_period(t);
132 if (is_released(t, litmus_clock()))
133 sched_trace_task_release(t);
132} 134}
133 135
134static void pfp_tick(struct task_struct *t) 136static void pfp_tick(struct task_struct *t)