projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec7c14b
)
cpumask: remove cpu_coregroup_map: sparc
author
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 16 Mar 2009 04:10:25 +0000
(14:40 +1030)
committer
Rusty 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
patch
|
blob
|
history
diff --git
a/arch/sparc/include/asm/topology_64.h
b/arch/sparc/include/asm/topology_64.h
index 5bc0b8fd63744f477f7ade478e42922175649c28..430ce3920f9bb2bd0734eae351db7da2e2290df9 100644
(file)
--- 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 */