From: Rusty Russell Date: Mon, 24 Nov 2008 16:05:04 +0000 (+1030) Subject: sched: wrap sched_group and sched_domain cpumask accesses. X-Git-Tag: v2.6.29-rc1~538^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=758b2cdc6f6a22c702bd8f2344382fb1270b2161;p=pandora-kernel.git sched: wrap sched_group and sched_domain cpumask accesses. Impact: trivial wrap of member accesses This eases the transition in the next patch. We also get rid of a temporary cpumask in find_idlest_cpu() thanks to for_each_cpu_and, and sched_balance_self() due to getting weight before setting sd to NULL. Signed-off-by: Rusty Russell Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed