From: Miao Xie Date: Wed, 15 Apr 2009 01:59:10 +0000 (+0800) Subject: sched: use group_first_cpu() instead of cpumask_first(sched_group_cpus()) X-Git-Tag: v2.6.31-rc1~421^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13318a7186d8e0ae08c996ea4111a945e7789772;p=pandora-kernel.git sched: use group_first_cpu() instead of cpumask_first(sched_group_cpus()) Impact: cleanup This patch changes cpumask_first(sched_group_cpus()) to group_first_cpu() for maintainability. Signed-off-by: Miao Xie Acked-by: Peter Zijlstra Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed