diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2009-03-16 00:10:25 -0400 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2009-03-16 00:10:25 -0400 |
commit | 7b45101d09ab13eafc0c3a5232e1606654d122ea (patch) | |
tree | e21985cc232b3660ab13460a375ffdc234bd4a7c /arch/sparc | |
parent | ec7c14bde80a11e325f26b339b8570a929e87223 (diff) |
cpumask: remove cpu_coregroup_map: sparc
Impact: cleanup
cpu_coregroup_mask is the New Hotness.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/include/asm/topology_64.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc/include/asm/topology_64.h b/arch/sparc/include/asm/topology_64.h index 5bc0b8fd6374..430ce3920f9b 100644 --- a/arch/sparc/include/asm/topology_64.h +++ b/arch/sparc/include/asm/topology_64.h | |||
@@ -89,7 +89,6 @@ static inline int pcibus_to_node(struct pci_bus *pbus) | |||
89 | #define smt_capable() (sparc64_multi_core) | 89 | #define smt_capable() (sparc64_multi_core) |
90 | #endif /* CONFIG_SMP */ | 90 | #endif /* CONFIG_SMP */ |
91 | 91 | ||
92 | #define cpu_coregroup_map(cpu) (cpu_core_map[cpu]) | ||
93 | #define cpu_coregroup_mask(cpu) (&cpu_core_map[cpu]) | 92 | #define cpu_coregroup_mask(cpu) (&cpu_core_map[cpu]) |
94 | 93 | ||
95 | #endif /* _ASM_SPARC64_TOPOLOGY_H */ | 94 | #endif /* _ASM_SPARC64_TOPOLOGY_H */ |