Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205426
b: refs/heads/master
c: 694f5a1
h: refs/heads/master
v: v3
  • Loading branch information
Michael Neuling authored and Ingo Molnar committed Jun 18, 2010
1 parent 2ff6be1 commit 88f48bd
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: 4cb6948e5365ab874bb71ac35fb6b7c6dd305765
refs/heads/master: 694f5a1112959a6996cabdb6f8d3003e87dac8a7
2 changes: 1 addition & 1 deletion trunk/kernel/sched_fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -2354,7 +2354,7 @@ fix_small_capacity(struct sched_domain *sd, struct sched_group *group)
/*
* If ~90% of the cpu_power is still there, we're good.
*/
if (group->cpu_power * 32 < group->cpu_power_orig * 29)
if (group->cpu_power * 32 > group->cpu_power_orig * 29)
return 1;

return 0;
Expand Down

0 comments on commit 88f48bd

Please sign in to comment.