diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2009-09-24 11:34:41 -0400 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2009-09-23 20:04:41 -0400 |
commit | 434e2187e69b97ad8d035258766e1ea56067625d (patch) | |
tree | a0025b435b3953b7a8d50ad737840997f7750be0 /arch/sparc | |
parent | 6f401420e2822c24c36e6e1c657f6e7f7f777a93 (diff) |
cpumask: remove obsolete topology_core_siblings and topology_thread_siblings: sparc
There were replaced by topology_core_cpumask and topology_thread_cpumask.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/include/asm/topology_64.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sparc/include/asm/topology_64.h b/arch/sparc/include/asm/topology_64.h index 75752e106f47..600a79035fa1 100644 --- a/arch/sparc/include/asm/topology_64.h +++ b/arch/sparc/include/asm/topology_64.h | |||
@@ -57,8 +57,6 @@ static inline int pcibus_to_node(struct pci_bus *pbus) | |||
57 | #ifdef CONFIG_SMP | 57 | #ifdef CONFIG_SMP |
58 | #define topology_physical_package_id(cpu) (cpu_data(cpu).proc_id) | 58 | #define topology_physical_package_id(cpu) (cpu_data(cpu).proc_id) |
59 | #define topology_core_id(cpu) (cpu_data(cpu).core_id) | 59 | #define topology_core_id(cpu) (cpu_data(cpu).core_id) |
60 | #define topology_core_siblings(cpu) (cpu_core_map[cpu]) | ||
61 | #define topology_thread_siblings(cpu) (per_cpu(cpu_sibling_map, cpu)) | ||
62 | #define topology_core_cpumask(cpu) (&cpu_core_map[cpu]) | 60 | #define topology_core_cpumask(cpu) (&cpu_core_map[cpu]) |
63 | #define topology_thread_cpumask(cpu) (&per_cpu(cpu_sibling_map, cpu)) | 61 | #define topology_thread_cpumask(cpu) (&per_cpu(cpu_sibling_map, cpu)) |
64 | #define mc_capable() (sparc64_multi_core) | 62 | #define mc_capable() (sparc64_multi_core) |