Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178121
b: refs/heads/master
c: 70f1120
h: refs/heads/master
i:
  178119: b0aa4d1
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Dec 20, 2009
1 parent a29be58 commit 7fe0a1a
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 3df0fc5b2e9d8092dcaeb5ae0b6753d85c851d66
refs/heads/master: 70f1120527797adb31c68bdc6f1b45e182c342c7
2 changes: 1 addition & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -2346,7 +2346,7 @@ int select_task_rq(struct task_struct *p, int sd_flags, int wake_flags)
* not worry about this generic constraint ]
*/
if (unlikely(!cpumask_test_cpu(cpu, &p->cpus_allowed) ||
!cpu_active(cpu)))
!cpu_online(cpu)))
cpu = select_fallback_rq(task_cpu(p), p);

return cpu;
Expand Down

0 comments on commit 7fe0a1a

Please sign in to comment.