diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-05-18 01:16:10 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-06-06 00:15:09 +0100 |
commit | acf518cbba773e2c20fe313acb340da65001c7a8 (patch) | |
tree | f6c2b992ce4c46841787ef269c0c32d28ade5f28 /include | |
parent | 364212e0df05efee43d87270b476fc5c9ad2c651 (diff) | |
download | linux-3.10-acf518cbba773e2c20fe313acb340da65001c7a8.tar.gz linux-3.10-acf518cbba773e2c20fe313acb340da65001c7a8.tar.bz2 linux-3.10-acf518cbba773e2c20fe313acb340da65001c7a8.zip |
[MIPS] Remove duplicate declaration of cpu_online_map.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-mips/smp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-mips/smp.h b/include/asm-mips/smp.h index 75c6fe7c212..5a4fad910d8 100644 --- a/include/asm-mips/smp.h +++ b/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; |