From: Peter Zijlstra Date: Fri, 27 Jun 2008 11:41:28 +0000 (+0200) Subject: sched: hierarchical load vs find_busiest_group X-Git-Tag: v2.6.27-rc1~1105^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=408ed066b11cf9ee4536573b4269ee3613bd735e;p=pandora-kernel.git sched: hierarchical load vs find_busiest_group find_busiest_group() has some assumptions about task weight being in the NICE_0_LOAD range. Hierarchical task groups break this assumption - fix this by replacing it with the average task weight, which will adapt the situation. Signed-off-by: Peter Zijlstra Cc: Srivatsa Vaddagiri Cc: Mike Galbraith Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed