diff options
-rw-r--r-- | litmus/sched_gsn_edf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/litmus/sched_gsn_edf.c b/litmus/sched_gsn_edf.c index dada868b23..b898a091ce 100644 --- a/litmus/sched_gsn_edf.c +++ b/litmus/sched_gsn_edf.c | |||
@@ -395,7 +395,6 @@ static struct task_struct* gsnedf_schedule(struct task_struct * prev) | |||
395 | int out_of_time, sleep, preempt, np, exists, blocks; | 395 | int out_of_time, sleep, preempt, np, exists, blocks; |
396 | struct task_struct* next = NULL; | 396 | struct task_struct* next = NULL; |
397 | 397 | ||
398 | /* Will be released in finish_switch. */ | ||
399 | spin_lock(&gsnedf_lock); | 398 | spin_lock(&gsnedf_lock); |
400 | clear_will_schedule(); | 399 | clear_will_schedule(); |
401 | 400 | ||