From: Rusty Russell Date: Mon, 24 Nov 2008 16:05:03 +0000 (+1030) Subject: sched: remove any_online_cpu() X-Git-Tag: v2.6.29-rc1~538^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e5ce4f4a755ee498bd9217dae26143afa0d8f31;p=pandora-kernel.git sched: remove any_online_cpu() Impact: use new API any_online_cpu() is a good name, but it takes a cpumask_t, not a pointer. There are several places where any_online_cpu() doesn't really want a mask arg at all. Replace all callers with cpumask_any() and cpumask_any_and(). Signed-off-by: Rusty Russell Signed-off-by: Mike Travis Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed