From: Rusty Russell Date: Mon, 24 Nov 2008 16:05:02 +0000 (+1030) Subject: sched: convert sched.c from for_each_cpu_mask to for_each_cpu. X-Git-Tag: v2.6.29-rc1~538^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abcd083a1a658d2bc1f7fced02632bfe03918002;p=pandora-kernel.git sched: convert sched.c from for_each_cpu_mask to for_each_cpu. Impact: trivial API conversion This is a simple conversion, but note that for_each_cpu() terminates with i >= nr_cpu_ids, not i == NR_CPUS like for_each_cpu_mask() did. I don't convert all of them: sd->span changes in a later patch, so change those iterators there rather than here. Signed-off-by: Rusty Russell Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed