diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2009-04-19 17:41:04 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2009-04-19 17:41:04 -0400 |
commit | 431e3499a96b74c4ca38001e10a49ca71209f308 (patch) | |
tree | 50a31e087d564afe587b3523eb4a02c8474ece35 | |
parent | 35b32d47b6d03d6e0dbd95c9055223e8d6482573 (diff) |
GSN-EDF: remove old and wrong comment
-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 | ||