cpumask: Use mm_cpumask() wrapper instead of cpu_vm_mask
authorRusty Russell <rusty@rustcorp.com.au>
Sun, 15 Mar 2009 18:16:43 +0000 (18:16 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 24 Mar 2009 02:47:29 +0000 (13:47 +1100)
Makes code futureproof against the impending change to mm->cpu_vm_mask.

It's also a chance to use the new cpumask_ ops which take a pointer
(the older ones are deprecated, but there's no hurry for arch code).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

No differences found