]> git.baikalelectronics.ru Git - kernel.git/commit
cpumask: use mm_cpumask() wrapper: x86
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 24 Sep 2009 15:34:51 +0000 (09:34 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 24 Sep 2009 00:04:52 +0000 (09:34 +0930)
commit1e765f37aadde83c2f361bacd2e0824929abdcca
treed7a97d02e838b32c458c4ef23e9583d6faedc648
parentca3290e12dde2b5237517a86b5b93a9ef3481fe1
cpumask: use mm_cpumask() wrapper: x86

Makes code futureproof against the impending change to mm->cpu_vm_mask (to be a pointer).

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/x86/include/asm/mmu_context.h
arch/x86/kernel/ldt.c
arch/x86/mm/tlb.c
arch/x86/xen/mmu.c