aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/sched_task_trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'litmus/sched_task_trace.c')
-rw-r--r--litmus/sched_task_trace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/sched_task_trace.c b/litmus/sched_task_trace.c
index 4b546a86d6..913d999dfe 100644
--- a/litmus/sched_task_trace.c
+++ b/litmus/sched_task_trace.c
@@ -148,7 +148,7 @@ feather_callback void do_sched_trace_task_switch_away(unsigned long id, unsigned
148 } 148 }
149} 149}
150 150
151feather_callback void do_sched_trace_task_completion(unsigned long id, unsigned long _task, 151feather_callback void do_sched_trace_task_completion(unsigned long id, unsigned long _task,
152 unsigned long forced) 152 unsigned long forced)
153{ 153{
154 struct task_struct *t = (struct task_struct*) _task; 154 struct task_struct *t = (struct task_struct*) _task;