Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117958
b: refs/heads/master
c: 01c8c57
h: refs/heads/master
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Oct 24, 2008
1 parent d318c31 commit 16e433a
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: 8c82a17e9c924c0e9f13e75e4c2f6bca19a4b516
refs/heads/master: 01c8c57d668d94f1036d9ab11a22aa24ca16a35d
2 changes: 1 addition & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -3344,7 +3344,7 @@ find_busiest_group(struct sched_domain *sd, int this_cpu,
} else
this_load_per_task = cpu_avg_load_per_task(this_cpu);

if (max_load - this_load + 2*busiest_load_per_task >=
if (max_load - this_load + busiest_load_per_task >=
busiest_load_per_task * imbn) {
*imbalance = busiest_load_per_task;
return busiest;
Expand Down

0 comments on commit 16e433a

Please sign in to comment.