aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/sched_cedf.c
diff options
context:
space:
mode:
Diffstat (limited to 'litmus/sched_cedf.c')
-rw-r--r--litmus/sched_cedf.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/litmus/sched_cedf.c b/litmus/sched_cedf.c
index 615560f21d60..111e4fb1c62b 100644
--- a/litmus/sched_cedf.c
+++ b/litmus/sched_cedf.c
@@ -210,12 +210,6 @@ static noinline void unlink(struct task_struct* t)
210{ 210{
211 cpu_entry_t *entry; 211 cpu_entry_t *entry;
212 212
213 if (unlikely(!t)) {
214 TRACE_BUG_ON(!t);
215 return;
216 }
217
218
219 if (t->rt_param.linked_on != NO_CPU) { 213 if (t->rt_param.linked_on != NO_CPU) {
220 /* unlink */ 214 /* unlink */
221 entry = &per_cpu(cedf_cpu_entries, t->rt_param.linked_on); 215 entry = &per_cpu(cedf_cpu_entries, t->rt_param.linked_on);