]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
cpumask: remove cpu_coregroup_map: sparc
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 16 Mar 2009 04:10:25 +0000 (14:40 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 16 Mar 2009 04:10:25 +0000 (14:40 +1030)
Impact: cleanup

cpu_coregroup_mask is the New Hotness.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
arch/sparc/include/asm/topology_64.h

index 5bc0b8fd63744f477f7ade478e42922175649c28..430ce3920f9bb2bd0734eae351db7da2e2290df9 100644 (file)
@@ -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 */