diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2009-05-03 22:43:55 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2009-05-03 22:43:55 -0400 |
commit | e20dd584519687867aedc46535c447102e52c70e (patch) | |
tree | e99ca8ad1fccdf67c2d29705ce88a000b91c61a8 | |
parent | 536a1b04a8a02f1f5f4510cea657a3612e2610f5 (diff) | |
parent | 0222d4a294ee6eca31423bc6db99feccfa0694e5 (diff) |
Merge branch 'master' of ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/papers/RTSS09/litmus2008 into rtss09
-rw-r--r-- | litmus/sched_gq_edf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/litmus/sched_gq_edf.c b/litmus/sched_gq_edf.c index e630fe926d..e675170cd2 100644 --- a/litmus/sched_gq_edf.c +++ b/litmus/sched_gq_edf.c | |||
@@ -441,6 +441,7 @@ static void gq_task_new(struct task_struct * t, int on_rq, int running) | |||
441 | * Kick it back into the queue, since t is | 441 | * Kick it back into the queue, since t is |
442 | * already executing. | 442 | * already executing. |
443 | */ | 443 | */ |
444 | tsk_rt(entry->linked)->linked_on = NO_CPU; | ||
444 | __add_ready(&gqedf, entry->linked); | 445 | __add_ready(&gqedf, entry->linked); |
445 | } | 446 | } |
446 | entry->linked = t; | 447 | entry->linked = t; |