aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2009-09-24 09:34:41 -0600
committerRusty Russell <rusty@rustcorp.com.au>2009-09-24 09:34:42 +0930
commit4f269bf5e1652370164a0b4b04db7c47c0c96a8a (patch)
tree6c722a48d66ac76081ffa8697f00cc5061cf4453 /arch
parentcpumask: remove obsolete topology_core_siblings and topology_thread_siblings: sparc (diff)
downloadlinux-dev-4f269bf5e1652370164a0b4b04db7c47c0c96a8a.tar.xz
linux-dev-4f269bf5e1652370164a0b4b04db7c47c0c96a8a.zip
cpumask: remove obsolete topology_core_siblings and topology_thread_siblings: s390
There were replaced by topology_core_cpumask and topology_thread_cpumask. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'arch')
-rw-r--r--arch/s390/include/asm/topology.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/include/asm/topology.h b/arch/s390/include/asm/topology.h
index 5e0ad618dc45..6e7211abd950 100644
--- a/arch/s390/include/asm/topology.h
+++ b/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);