Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135674
b: refs/heads/master
c: 777c2f3
h: refs/heads/master
v: v3
  • Loading branch information
Gregory Haskins committed Dec 29, 2008
1 parent dbdca65 commit 8d058cc
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 74ab8e4f6412c0b2d730fe5de28dc21de8b92c01
refs/heads/master: 777c2f389e463428fd7e2871051a84d7fe84b172
3 changes: 2 additions & 1 deletion trunk/kernel/sched_rt.c
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,8 @@ static void task_wake_up_rt(struct rq *rq, struct task_struct *p)
{
if (!task_running(rq, p) &&
!test_tsk_need_resched(rq->curr) &&
rq->rt.overloaded)
rq->rt.overloaded &&
p->rt.nr_cpus_allowed > 1)
push_rt_tasks(rq);
}

Expand Down

0 comments on commit 8d058cc

Please sign in to comment.