Commit 4679258d52f6d4aeeafd5c77203d97ddf48e2db0
Committed by
Ralf Baechle
1 parent
9797cae3bf
Exists in
master
and in
7 other branches
[MIPS] Remove unused cpu_callout_map and num_booting_cpus()
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Showing 1 changed file with 0 additions and 7 deletions Side-by-side Diff
include/asm-mips/smp.h
... | ... | @@ -49,13 +49,6 @@ |
49 | 49 | extern cpumask_t phys_cpu_present_map; |
50 | 50 | #define cpu_possible_map phys_cpu_present_map |
51 | 51 | |
52 | -extern cpumask_t cpu_callout_map; | |
53 | -/* We don't mark CPUs online until __cpu_up(), so we need another measure */ | |
54 | -static inline int num_booting_cpus(void) | |
55 | -{ | |
56 | - return cpus_weight(cpu_callout_map); | |
57 | -} | |
58 | - | |
59 | 52 | /* |
60 | 53 | * These are defined by the board-specific code. |
61 | 54 | */ |