diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2011-08-24 09:09:43 -0400 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2011-08-24 09:09:43 -0400 |
commit | 4576ff97efe90469f848a6849a41ae0abfcd9a30 (patch) | |
tree | 16a37f29d141bcc78cf78de3480ac7d4299b24ae | |
parent | 25cbe1789afb3f8bfeacd431f897042443afafc4 (diff) |
Update prototype for select_task_rq() function.
-rw-r--r-- | litmus/sched_litmus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/litmus/sched_litmus.c b/litmus/sched_litmus.c index f4990e795968..adc2da22df11 100644 --- a/litmus/sched_litmus.c +++ b/litmus/sched_litmus.c | |||
@@ -283,8 +283,8 @@ static void set_curr_task_litmus(struct rq *rq) | |||
283 | * We don't care about the scheduling domain; can gets called from | 283 | * We don't care about the scheduling domain; can gets called from |
284 | * exec, fork, wakeup. | 284 | * exec, fork, wakeup. |
285 | */ | 285 | */ |
286 | static int select_task_rq_litmus(struct rq *rq, struct task_struct *p, | 286 | static int |
287 | int sd_flag, int flags) | 287 | select_task_rq_litmus(struct task_struct *p, int sd_flag, int flags) |
288 | { | 288 | { |
289 | /* preemption is already disabled. | 289 | /* preemption is already disabled. |
290 | * We don't want to change cpu here | 290 | * We don't want to change cpu here |