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)
commit56aa4129e87be43676c6e3eac41a6aa553877802
tree51fff04b2393a6e2ae6f6ab2b27126428eec651d
parentf5ac590e79d693d4239997265405535a2e0c36bd
cpumask: Use mm_cpumask() wrapper instead of cpu_vm_mask

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>
arch/powerpc/include/asm/mmu_context.h
arch/powerpc/mm/hash_utils_64.c
arch/powerpc/mm/mmu_context_nohash.c
arch/powerpc/mm/pgtable.c
arch/powerpc/mm/tlb_hash64.c
arch/powerpc/mm/tlb_nohash.c
arch/powerpc/platforms/cell/spu_base.c