Home
last modified time | relevance | path

Searched hist:"3 e597945384dee1457240158eb81e3afb90b68c2" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/mm/
H A Dvmscan.cdiff 3e597945384dee1457240158eb81e3afb90b68c2 Wed Dec 31 17:42:24 CST 2008 Rusty Russell <rusty@rustcorp.com.au> cpumask: remove any_online_cpu() users: mm/

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 <rusty@rustcorp.com.au>
Signed-off-by: Mike Travis <travis@sgi.com>