Skip to content

Commit

Permalink
[MIPS] Remove duplicate declaration of cpu_online_map.
Browse files Browse the repository at this point in the history
    
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Jun 5, 2006
1 parent 364212e commit acf518c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/asm-mips/smp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit acf518c

Please sign in to comment.