aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/topology.c
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2012-02-15 15:28:04 +1030
committerPaul Mundt <lethal@linux-sh.org>2012-02-24 13:21:45 +0900
commit004f4ce9f3d50044e9542aac466e44fa3ef0258f (patch)
treef6db2ccbb4aa03c810accd168807de755857564c /arch/sh/kernel/topology.c
parentsh: Fix typo in pci-sh7780.c (diff)
downloadlinux-dev-004f4ce9f3d50044e9542aac466e44fa3ef0258f.tar.xz
linux-dev-004f4ce9f3d50044e9542aac466e44fa3ef0258f.zip
arch/sh: remove references to cpu_*_map.
This has been obsolescent for a while; time for the final push. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Paul Mundt <lethal@linux-sh.org> Cc: linux-sh@vger.kernel.org Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to '')
-rw-r--r--arch/sh/kernel/topology.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/topology.c b/arch/sh/kernel/topology.c
index 4649a6ff0cfe..772caffba22f 100644
--- a/arch/sh/kernel/topology.c
+++ b/arch/sh/kernel/topology.c
@@ -27,7 +27,7 @@ static cpumask_t cpu_coregroup_map(unsigned int cpu)
* Presently all SH-X3 SMP cores are multi-cores, so just keep it
* simple until we have a method for determining topology..
*/
- return cpu_possible_map;
+ return *cpu_possible_mask;
}
const struct cpumask *cpu_coregroup_mask(unsigned int cpu)