|
@@ -47,8 +47,12 @@
|
|
#endif /* CONFIG_MIPS_MT_SMTC */
|
|
#endif /* CONFIG_MIPS_MT_SMTC */
|
|
|
|
|
|
volatile cpumask_t cpu_callin_map; /* Bitmask of started secondaries */
|
|
volatile cpumask_t cpu_callin_map; /* Bitmask of started secondaries */
|
|
|
|
+
|
|
int __cpu_number_map[NR_CPUS]; /* Map physical to logical */
|
|
int __cpu_number_map[NR_CPUS]; /* Map physical to logical */
|
|
|
|
+EXPORT_SYMBOL(__cpu_number_map);
|
|
|
|
+
|
|
int __cpu_logical_map[NR_CPUS]; /* Map logical to physical */
|
|
int __cpu_logical_map[NR_CPUS]; /* Map logical to physical */
|
|
|
|
+EXPORT_SYMBOL(__cpu_logical_map);
|
|
|
|
|
|
/* Number of TCs (or siblings in Intel speak) per CPU core */
|
|
/* Number of TCs (or siblings in Intel speak) per CPU core */
|
|
int smp_num_siblings = 1;
|
|
int smp_num_siblings = 1;
|