From 31bce9155ed2e8374ab5a3cf70b12a2ba1207817 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 24 Sep 2009 09:34:41 -0600 Subject: [PATCH] --- yaml --- r: 165618 b: refs/heads/master c: 4f269bf5e1652370164a0b4b04db7c47c0c96a8a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/s390/include/asm/topology.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 6da54fca0b7b..030f88a47262 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 434e2187e69b97ad8d035258766e1ea56067625d +refs/heads/master: 4f269bf5e1652370164a0b4b04db7c47c0c96a8a diff --git a/trunk/arch/s390/include/asm/topology.h b/trunk/arch/s390/include/asm/topology.h index 5e0ad618dc45..6e7211abd950 100644 --- a/trunk/arch/s390/include/asm/topology.h +++ b/trunk/arch/s390/include/asm/topology.h @@ -9,7 +9,6 @@ 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);