Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178028
b: refs/heads/master
c: e4f4288
h: refs/heads/master
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Dec 16, 2009
1 parent ee6bb71 commit 944b211
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e6c8fba7771563b2f3dfb96a78f36ec17e15bdf0
refs/heads/master: e4f4288842ee12747e10c354d72be7d424c0b627
3 changes: 3 additions & 0 deletions trunk/kernel/sched_fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -1429,6 +1429,9 @@ static int select_task_rq_fair(struct task_struct *p, int sd_flag, int wake_flag
}

for_each_domain(cpu, tmp) {
if (!(tmp->flags & SD_LOAD_BALANCE))
continue;

/*
* If power savings logic is enabled for a domain, see if we
* are not overloaded, if so, don't balance wider.
Expand Down

0 comments on commit 944b211

Please sign in to comment.