diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2009-03-16 14:40:25 +1030 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2009-03-16 14:40:25 +1030 |
commit | 7b45101d09ab13eafc0c3a5232e1606654d122ea (patch) | |
tree | e21985cc232b3660ab13460a375ffdc234bd4a7c /arch/sparc | |
parent | ec7c14bde80a11e325f26b339b8570a929e87223 (diff) | |
download | op-kernel-dev-7b45101d09ab13eafc0c3a5232e1606654d122ea.zip op-kernel-dev-7b45101d09ab13eafc0c3a5232e1606654d122ea.tar.gz |
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 5bc0b8f..430ce39 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) #define smt_capable() (sparc64_multi_core) #endif /* CONFIG_SMP */ -#define cpu_coregroup_map(cpu) (cpu_core_map[cpu]) #define cpu_coregroup_mask(cpu) (&cpu_core_map[cpu]) #endif /* _ASM_SPARC64_TOPOLOGY_H */ |