Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98299
b: refs/heads/master
c: 15a8641
h: refs/heads/master
i:
  98297: db5ded5
  98295: 8326cb1
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Jun 19, 2008
1 parent b5563f0 commit 50fcbe0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ad2a3f13b7258a5daaaeb8cff9f835aac468b71d
refs/heads/master: 15a8641eadb492ef7c5489faa25256967bdfd303
4 changes: 3 additions & 1 deletion trunk/kernel/sched_rt.c
Original file line number Diff line number Diff line change
Expand Up @@ -549,8 +549,10 @@ static
void requeue_rt_entity(struct rt_rq *rt_rq, struct sched_rt_entity *rt_se)
{
struct rt_prio_array *array = &rt_rq->active;
struct list_head *queue = array->queue + rt_se_prio(rt_se);

list_move_tail(&rt_se->run_list, array->queue + rt_se_prio(rt_se));
if (on_rt_rq(rt_se))
list_move_tail(&rt_se->run_list, queue);
}

static void requeue_task_rt(struct rq *rq, struct task_struct *p)
Expand Down

0 comments on commit 50fcbe0

Please sign in to comment.