diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/main.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/init/main.c b/init/main.c index 76961db298f0..7449819a4805 100644 --- a/init/main.c +++ b/init/main.c | |||
@@ -359,11 +359,6 @@ static inline void smp_prepare_cpus(unsigned int maxcpus) { } | |||
359 | 359 | ||
360 | #else | 360 | #else |
361 | 361 | ||
362 | #if NR_CPUS > BITS_PER_LONG | ||
363 | cpumask_t cpu_mask_all __read_mostly = CPU_MASK_ALL; | ||
364 | EXPORT_SYMBOL(cpu_mask_all); | ||
365 | #endif | ||
366 | |||
367 | /* Setup number of possible processor ids */ | 362 | /* Setup number of possible processor ids */ |
368 | int nr_cpu_ids __read_mostly = NR_CPUS; | 363 | int nr_cpu_ids __read_mostly = NR_CPUS; |
369 | EXPORT_SYMBOL(nr_cpu_ids); | 364 | EXPORT_SYMBOL(nr_cpu_ids); |