diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2012-02-15 05:58:04 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-02-24 05:21:45 +0100 |
commit | 004f4ce9f3d50044e9542aac466e44fa3ef0258f (patch) | |
tree | f6db2ccbb4aa03c810accd168807de755857564c /arch/sh/kernel/smp.c | |
parent | sh: Fix typo in pci-sh7780.c (diff) | |
download | linux-004f4ce9f3d50044e9542aac466e44fa3ef0258f.tar.xz linux-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 'arch/sh/kernel/smp.c')
-rw-r--r-- | arch/sh/kernel/smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/smp.c b/arch/sh/kernel/smp.c index 3147a9a6fb8b..f624174bf239 100644 --- a/arch/sh/kernel/smp.c +++ b/arch/sh/kernel/smp.c @@ -63,7 +63,7 @@ void __init smp_prepare_cpus(unsigned int max_cpus) mp_ops->prepare_cpus(max_cpus); #ifndef CONFIG_HOTPLUG_CPU - init_cpu_present(&cpu_possible_map); + init_cpu_present(cpu_possible_mask); #endif } |