diff options
author | Jeremy Erickson <jerickso@cs.unc.edu> | 2010-11-23 16:05:38 -0500 |
---|---|---|
committer | Jeremy Erickson <jerickso@cs.unc.edu> | 2010-11-23 16:05:38 -0500 |
commit | 9ac279e3f765ee5a7d487600d5dd4bb771d15340 (patch) | |
tree | c4b98879cd150d3b79e3ca07ce594e0737bc156c | |
parent | f7a3cc685f9ce885b56059ea103c39bc7abd68b3 (diff) |
Clarified a comment
-rw-r--r-- | litmus/sched_mc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/litmus/sched_mc.c b/litmus/sched_mc.c index 1fad42aaadf2..eea7fb707006 100644 --- a/litmus/sched_mc.c +++ b/litmus/sched_mc.c | |||
@@ -317,7 +317,8 @@ static noinline void link_task_to_cpu(struct task_struct* linked, | |||
317 | unlink(tmp); | 317 | unlink(tmp); |
318 | } | 318 | } |
319 | /* We shouldn't link a ghost job that is already somewhere | 319 | /* We shouldn't link a ghost job that is already somewhere |
320 | * else - the caller is responsible for unlinking first. | 320 | * else (or here) - the caller is responsible for unlinking] |
321 | * first. | ||
321 | */ | 322 | */ |
322 | BUG_ON(linked->rt_param.linked_on != NO_CPU); | 323 | BUG_ON(linked->rt_param.linked_on != NO_CPU); |
323 | linked->rt_param.linked_on = entry->cpu; | 324 | linked->rt_param.linked_on = entry->cpu; |