[S390] cpumask: use mm_cpumask() wrapper
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 26 Mar 2009 14:25:01 +0000 (15:25 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 26 Mar 2009 14:24:34 +0000 (15:24 +0100)
commit005f8eee6f3c8173e492d7bd4d51bda990eb468b
treec91e570784f3bb0a268fb4f43c84c07af58041c7
parentdef6cfb70bab83c0094bc0cedd27c4eda563043e
[S390] cpumask: use mm_cpumask() wrapper

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: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/mmu_context.h
arch/s390/include/asm/tlbflush.h
arch/s390/mm/pgtable.c