Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[MIPS] Remove duplicate declaration of cpu_online_map. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

-1
-1
include/asm-mips/smp.h
··· 48 48 #define SMP_CALL_FUNCTION 0x2 49 49 50 50 extern cpumask_t phys_cpu_present_map; 51 - extern cpumask_t cpu_online_map; 52 51 #define cpu_possible_map phys_cpu_present_map 53 52 54 53 extern cpumask_t cpu_callout_map;