|
@@ -1655,7 +1655,7 @@ static struct sched_dl_entity *pick_next_dl_entity(struct rq *rq,
|
|
return rb_entry(left, struct sched_dl_entity, rb_node);
|
|
return rb_entry(left, struct sched_dl_entity, rb_node);
|
|
}
|
|
}
|
|
|
|
|
|
-struct task_struct *
|
|
|
|
|
|
+static struct task_struct *
|
|
pick_next_task_dl(struct rq *rq, struct task_struct *prev, struct rq_flags *rf)
|
|
pick_next_task_dl(struct rq *rq, struct task_struct *prev, struct rq_flags *rf)
|
|
{
|
|
{
|
|
struct sched_dl_entity *dl_se;
|
|
struct sched_dl_entity *dl_se;
|