]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
cpumask: remove x86 cpumask_t uses.
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 13 Mar 2009 04:19:57 +0000 (14:49 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 13 Mar 2009 04:19:57 +0000 (14:49 +1030)
commit73e907de7d5cecef43d9949ab8f4fdca508168c7
treef1e623cbc0685cd8e36ba7d4ee75fd2c5191db15
parent76ba0ecda0de9accea9a91cb6dbde46782110e1c
cpumask: remove x86 cpumask_t uses.

Impact: cleanup

We are removing cpumask_t in favour of struct cpumask: mainly as a
marker of what code is now CONFIG_CPUMASK_OFFSTACK-safe.

The only non-trivial change here is vector_allocation_domain():
explicitly clear the mask and set the first word, rather than using
assignment.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
arch/x86/include/asm/topology.h
arch/x86/kernel/apic/es7000_32.c
arch/x86/kernel/apic/numaq_32.c
arch/x86/kernel/apic/summit_32.c
arch/x86/mm/numa.c
arch/x86/mm/numa_64.c