cpumask: use new cpumask functions throughout x86
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 13 Mar 2009 04:19:54 +0000 (14:49 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 13 Mar 2009 04:19:54 +0000 (14:49 +1030)
commit4f0628963c86d2f97b8cb9acc024a7fe288a6a57
tree83e7592c0706f96979628802344d886481a98b07
parent3f76a183de8ad3aeb7425f3d9685bb6003abd1a5
cpumask: use new cpumask functions throughout x86

Impact: cleanup

1) &cpu_online_map -> cpu_online_mask
2) first_cpu/next_cpu_nr -> cpumask_first/cpumask_next
3) cpu_*_map manipulation -> init_cpu_* / set_cpu_*

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
arch/x86/include/asm/topology.h
arch/x86/kernel/apic/bigsmp_32.c
arch/x86/kernel/apic/es7000_32.c
arch/x86/kernel/apic/summit_32.c
arch/x86/kernel/cpu/mcheck/mce_intel_64.c
arch/x86/kernel/cpu/proc.c
arch/x86/kernel/process.c
arch/x86/kernel/smpboot.c
arch/x86/xen/smp.c