projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
434e218
)
cpumask: remove obsolete topology_core_siblings and topology_thread_siblings: s390
author
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 24 Sep 2009 15:34:41 +0000
(09:34 -0600)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 24 Sep 2009 00:04:42 +0000
(09:34 +0930)
There were replaced by topology_core_cpumask and topology_thread_cpumask.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
arch/s390/include/asm/topology.h
patch
|
blob
|
history
diff --git
a/arch/s390/include/asm/topology.h
b/arch/s390/include/asm/topology.h
index 5e0ad618dc45d2b3ea111f8f494c95e6fa8b99e9..6e7211abd950c8fc3e742c2ee644ca6dcd388dfe 100644
(file)
--- a/
arch/s390/include/asm/topology.h
+++ b/
arch/s390/include/asm/topology.h
@@
-9,7
+9,6
@@
const struct cpumask *cpu_coregroup_mask(unsigned int cpu);
extern cpumask_t cpu_core_map[NR_CPUS];
-#define topology_core_siblings(cpu) (cpu_core_map[cpu])
#define topology_core_cpumask(cpu) (&cpu_core_map[cpu])
int topology_set_cpu_management(int fc);