cpumask: use mm_cpumask() wrapper: sparc
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 16 Mar 2009 04:10:39 +0000 (14:40 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 16 Mar 2009 04:10:39 +0000 (14:40 +1030)
commit81f1adf01224f5c0be5f90f43664f799c1f7bb2d
treeb38dbf1bc7e144a44ec38a6b1787fa870eac367f
parente9b375120b593d3081c2f63e8ccf350cccc8fd68
cpumask: use mm_cpumask() wrapper: sparc

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>
arch/sparc/include/asm/mmu_context_64.h
arch/sparc/include/asm/system_32.h
arch/sparc/kernel/smp_32.c
arch/sparc/kernel/smp_64.c