[PATCH] ppc32: Export cpu_possible_map

cpu_possible_map is needed by some modules, export it.
parent 6621ee9d
......@@ -54,6 +54,7 @@ int smp_hw_index[NR_CPUS];
struct thread_info *secondary_ti;
EXPORT_SYMBOL(cpu_online_map);
EXPORT_SYMBOL(cpu_possible_map);
/* SMP operations for this machine */
static struct smp_ops_t *smp_ops;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment