Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7b45101d authored by Rusty Russell's avatar Rusty Russell
Browse files

cpumask: remove cpu_coregroup_map: sparc



Impact: cleanup

cpu_coregroup_mask is the New Hotness.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent ec7c14bd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 */