diff options
-rw-r--r-- | arch/s390/include/asm/topology.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/asm/topology.h b/arch/s390/include/asm/topology.h index fff4a86c602a..c93eb50e1d09 100644 --- a/arch/s390/include/asm/topology.h +++ b/arch/s390/include/asm/topology.h | |||
@@ -11,6 +11,7 @@ const struct cpumask *cpu_coregroup_mask(unsigned int cpu); | |||
11 | extern cpumask_t cpu_core_map[NR_CPUS]; | 11 | extern cpumask_t cpu_core_map[NR_CPUS]; |
12 | 12 | ||
13 | #define topology_core_siblings(cpu) (cpu_core_map[cpu]) | 13 | #define topology_core_siblings(cpu) (cpu_core_map[cpu]) |
14 | #define topology_core_cpumask(cpu) (&cpu_core_map[cpu]) | ||
14 | 15 | ||
15 | int topology_set_cpu_management(int fc); | 16 | int topology_set_cpu_management(int fc); |
16 | void topology_schedule_update(void); | 17 | void topology_schedule_update(void); |