|
@@ -87,11 +87,7 @@ EXPORT_SYMBOL(cpu_online_map);
|
|
cpumask_t cpu_callin_map;
|
|
cpumask_t cpu_callin_map;
|
|
cpumask_t cpu_callout_map;
|
|
cpumask_t cpu_callout_map;
|
|
EXPORT_SYMBOL(cpu_callout_map);
|
|
EXPORT_SYMBOL(cpu_callout_map);
|
|
-#ifdef CONFIG_HOTPLUG_CPU
|
|
|
|
-cpumask_t cpu_possible_map = CPU_MASK_ALL;
|
|
|
|
-#else
|
|
|
|
cpumask_t cpu_possible_map;
|
|
cpumask_t cpu_possible_map;
|
|
-#endif
|
|
|
|
EXPORT_SYMBOL(cpu_possible_map);
|
|
EXPORT_SYMBOL(cpu_possible_map);
|
|
static cpumask_t smp_commenced_mask;
|
|
static cpumask_t smp_commenced_mask;
|
|
|
|
|