commit | 16cfb1c04c3cbe3759f339d3333e7e1e7d59712a | [log] [tgz] |
---|---|---|
author | Nick Piggin <nickpiggin@yahoo.com.au> | Sat Jun 25 14:57:08 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sat Jun 25 16:24:40 2005 -0700 |
tree | 23e8778f4eef5df4dc256dcabd1b564a8221f651 | |
parent | 8102679447da7fcbcb5226ee0207c3a034bc6d5f [diff] |
[PATCH] sched: reduce active load balancing Fix up active load balancing a bit so it doesn't get called when it shouldn't. Reset the nr_balance_failed counter at more points where we have found conditions to be balanced. This reduces too aggressive active balancing seen on some workloads. Signed-off-by: Nick Piggin <nickpiggin@yahoo.com.au> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>