|
@@ -11,6 +11,7 @@ const struct cpumask *cpu_coregroup_mask(unsigned int cpu);
|
|
extern cpumask_t cpu_core_map[NR_CPUS];
|
|
extern cpumask_t cpu_core_map[NR_CPUS];
|
|
|
|
|
|
#define topology_core_siblings(cpu) (cpu_core_map[cpu])
|
|
#define topology_core_siblings(cpu) (cpu_core_map[cpu])
|
|
|
|
+#define topology_core_cpumask(cpu) (&cpu_core_map[cpu])
|
|
|
|
|
|
int topology_set_cpu_management(int fc);
|
|
int topology_set_cpu_management(int fc);
|
|
void topology_schedule_update(void);
|
|
void topology_schedule_update(void);
|