From dfba51784b21778309fafdf3390be6a1cd62ae4c Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 1 Jan 2009 10:12:20 +1030 Subject: [PATCH] --- yaml --- r: 125690 b: refs/heads/master c: 2bb23a63f22f0e2d91fee93ff5ca9c29e180b146 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/s390/include/asm/topology.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 31699333b2bc..338ca5a733f8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 78fd744f827586615da5b387fa9f0af1888601b6 +refs/heads/master: 2bb23a63f22f0e2d91fee93ff5ca9c29e180b146 diff --git a/trunk/arch/s390/include/asm/topology.h b/trunk/arch/s390/include/asm/topology.h index fff4a86c602a..c93eb50e1d09 100644 --- a/trunk/arch/s390/include/asm/topology.h +++ b/trunk/arch/s390/include/asm/topology.h @@ -11,6 +11,7 @@ const struct cpumask *cpu_coregroup_mask(unsigned int cpu); extern cpumask_t cpu_core_map[NR_CPUS]; #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); void topology_schedule_update(void);