Skip to content

Commit

Permalink
cpumask: remove obsolete topology_core_siblings and topology_thread_s…
Browse files Browse the repository at this point in the history
…iblings: s390

There were replaced by topology_core_cpumask and topology_thread_cpumask.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
  • Loading branch information
Rusty Russell committed Sep 24, 2009
1 parent 434e218 commit 4f269bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/s390/include/asm/topology.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4f269bf

Please sign in to comment.