Преглед на файлове

[MIPS] Remove duplicate declaration of cpu_online_map.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

Ralf Baechle преди 19 години
родител
ревизия
acf518cbba
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      include/asm-mips/smp.h

+ 0 - 1
include/asm-mips/smp.h

@@ -48,7 +48,6 @@ extern struct call_data_struct *call_data;
 #define SMP_CALL_FUNCTION	0x2
 
 extern cpumask_t phys_cpu_present_map;
-extern cpumask_t cpu_online_map;
 #define cpu_possible_map	phys_cpu_present_map
 
 extern cpumask_t cpu_callout_map;