From: Suresh Siddha Date: Fri, 2 Dec 2011 01:07:35 +0000 (-0800) Subject: sched, nohz: Clean up the find_new_ilb() using sched groups nr_busy_cpus X-Git-Tag: v3.3-rc1~191^2~9^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=786d6dc7aeb2bfbfe417507b7beb83919f319db3;p=pandora-kernel.git sched, nohz: Clean up the find_new_ilb() using sched groups nr_busy_cpus nr_busy_cpus in the sched_group_power indicates whether the group is semi idle or not. This helps remove the is_semi_idle_group() and simplify the find_new_ilb() in the context of finding an optimal cpu that can do idle load balancing. Signed-off-by: Suresh Siddha Signed-off-by: Peter Zijlstra Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/20111202010832.656983582@sbsiddha-desk.sc.intel.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed