[PATCH] sched: allow the load to grow upto its cpu_power
authorSiddha, Suresh B <suresh.b.siddha@intel.com>
Sat, 10 Sep 2005 07:26:21 +0000 (00:26 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 10 Sep 2005 17:06:24 +0000 (10:06 -0700)
commit0c117f1b4d14380baeed9c883f765ee023da8761
tree8bd81914e49493bdae4b04db307a48dcfc0b6316
parentfa3b6ddc3f4a8eadba52234134cdb59c28b5332d
[PATCH] sched: allow the load to grow upto its cpu_power

Don't pull tasks from a group if that would cause the group's total load to
drop below its total cpu_power (ie.  cause the group to start going idle).

Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Signed-off-by: Nick Piggin <npiggin@suse.de>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/sched.c