summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2009-07-20 10:15:57 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2009-07-20 10:15:57 +1000
commit1530d6e38b40251d5fc1da9c73c2699a7520aa61 (patch)
tree6f770ea25cc877a41025f648e9a2a934d812f1fb /arch
parent1763ea2872f2eb161522a44643369d09df2c87e3 (diff)
cpumask:remove-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);