]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbb03506f25f422acd0c7f2b3e844596448c37654
tree51fff04b2393a6e2ae6f6ab2b27126428eec651d
parent4c6e435037752b63d57b30e7231797f314209951
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