]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5d029bc6bb3eb0cbc1554b6c72f3a4d93e8144f5
treeb38dbf1bc7e144a44ec38a6b1787fa870eac367f
parent5f53c6275ac261a18d3580e96f1802e3e8a3b0cb
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