commit | 99b61ccf0bf0e9a85823d39a5db6a1519caeb13d | [log] [tgz] |
---|---|---|
author | Nick Piggin <nickpiggin@yahoo.com.au> | Sat Jun 25 14:57:12 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sat Jun 25 16:24:41 2005 -0700 |
tree | 4d793013d9317928e04e7edfe1b5766dc5e84cca | |
parent | db935dbd43c4290d710304662cc908f733afea06 [diff] |
[PATCH] sched: less aggressive idle balancing Remove the special casing for idle CPU balancing. Things like this are hurting for example on SMT, where are single sibling being idle doesn't really warrant a really aggressive pull over the NUMA domain, for example. 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>