From: Rusty Russell Date: Wed, 31 Dec 2008 23:42:23 +0000 (+1030) Subject: cpumask: remove any_online_cpu() users: kernel/ X-Git-Tag: v2.6.29-rc1~521^2~11^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1fc057c79cb2d27602fb3ad08a031f13459ef27;p=pandora-kernel.git cpumask: remove any_online_cpu() users: kernel/ Impact: Remove obsolete API usage 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 --- Reading git-diff-tree failed