ARM: smp: fix clipping of number of CPUs
authorRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 20 Oct 2011 21:04:18 +0000 (22:04 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 20 Oct 2011 21:06:57 +0000 (22:06 +0100)
commita06f916b7a9b57447ceb875eb0a89f1a66b31bca
treea8a9d7c5e91a08f253107ffcf066dbeb4f7d9d34
parent5a567d78c437e3be1c512734cdfe64b4ae6b82d7
ARM: smp: fix clipping of number of CPUs

Rather than clipping the number of CPUs using the compile-time NR_CPUS
constant, use the runtime nr_cpu_ids value instead.  This allows the
nr_cpus command line option to work as expected.

Cc: <stable@kernel.org>
Reported-by: Mark Salter <msalter@redhat.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-exynos4/platsmp.c
arch/arm/mach-msm/platsmp.c
arch/arm/mach-omap2/omap-smp.c
arch/arm/mach-realview/platsmp.c
arch/arm/mach-shmobile/platsmp.c
arch/arm/mach-tegra/platsmp.c
arch/arm/mach-ux500/platsmp.c
arch/arm/mach-vexpress/ct-ca9x4.c