Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96039
b: refs/heads/master
c: 104f645
h: refs/heads/master
i:
  96037: 3186264
  96035: 724592b
  96031: 8b4dc17
v: v3
  • Loading branch information
Gregory Haskins authored and Ingo Molnar committed May 5, 2008
1 parent ffe00dd commit f7fcfb5
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: 8ae121ac8666b0421aa20fd80d4597ec66fa54bc
refs/heads/master: 104f64549c961a797ff5f7c59946a7caa335c5b0
2 changes: 1 addition & 1 deletion trunk/kernel/sched_fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ static int wake_idle(int cpu, struct task_struct *p)
* sibling runqueue info. This will avoid the checks and cache miss
* penalities associated with that.
*/
if (idle_cpu(cpu) || cpu_rq(cpu)->nr_running > 1)
if (idle_cpu(cpu) || cpu_rq(cpu)->cfs.nr_running > 1)
return cpu;

for_each_domain(cpu, sd) {
Expand Down

0 comments on commit f7fcfb5

Please sign in to comment.