]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Netlogic: Move from u32 cpumask to cpumask_t
authorJayachandran C <jchandra@broadcom.com>
Wed, 31 Oct 2012 12:01:37 +0000 (12:01 +0000)
committerJohn Crispin <blogic@openwrt.org>
Fri, 9 Nov 2012 10:37:19 +0000 (11:37 +0100)
commit8b98fb2571405ecde7acc65e873a6fd1d7ba9064
tree101eacbdbc8a34ae7bcd0da8950972165f00d253
parent2bf6f28f26ca8de789e0776d649e0cd7898214af
MIPS: Netlogic: Move from u32 cpumask to cpumask_t

Initial code to support more than 32 cpus. The platform CPU mask
is updated from 32-bit mask to cpumask_t. Convert places that use
cpu_/cpus_ functions to use cpumask_* functions.

Signed-off-by: Jayachandran C <jchandra@broadcom.com>
Patchwork: http://patchwork.linux-mips.org/patch/4464
Signed-off-by: John Crispin <blogic@openwrt.org>
arch/mips/include/asm/netlogic/common.h
arch/mips/netlogic/common/smp.c
arch/mips/netlogic/xlp/setup.c
arch/mips/netlogic/xlp/wakeup.c
arch/mips/netlogic/xlr/setup.c
arch/mips/netlogic/xlr/wakeup.c