From: Russell King Date: Thu, 20 Oct 2011 21:04:18 +0000 (+0100) Subject: ARM: smp: fix clipping of number of CPUs X-Git-Tag: v3.2-rc1~189^2~1^8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a06f916b7a9b57447ceb875eb0a89f1a66b31bca;p=pandora-kernel.git 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: Reported-by: Mark Salter Signed-off-by: Russell King --- Reading git-diff-tree failed