cpumask: use mm_cpumask() wrapper: cris
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 16 Mar 2009 03:41:47 +0000 (14:11 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 16 Mar 2009 03:41:47 +0000 (14:11 +1030)
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>

No differences found