|
@@ -67,7 +67,6 @@ EXPORT_SYMBOL(smp_num_siblings);
|
|
|
|
|
|
|
|
/* Last level cache ID of each logical CPU */
|
|
/* Last level cache ID of each logical CPU */
|
|
|
u8 cpu_llc_id[NR_CPUS] __cpuinitdata = {[0 ... NR_CPUS-1] = BAD_APICID};
|
|
u8 cpu_llc_id[NR_CPUS] __cpuinitdata = {[0 ... NR_CPUS-1] = BAD_APICID};
|
|
|
-EXPORT_SYMBOL(cpu_llc_id);
|
|
|
|
|
|
|
|
|
|
/* Bitmask of currently online CPUs */
|
|
/* Bitmask of currently online CPUs */
|
|
|
cpumask_t cpu_online_map __read_mostly;
|
|
cpumask_t cpu_online_map __read_mostly;
|