From: Matt Evans Date: Wed, 25 May 2011 18:09:12 +0000 (+0000) Subject: powerpc: Fix early boot accounting of CPUs X-Git-Tag: v3.1-rc1~236^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ac87abb8166b99584149fcfb2efef5773a078e9;p=pandora-kernel.git powerpc: Fix early boot accounting of CPUs smp_release_cpus() waits for all cpus (including the bootcpu) due to an off-by-one count on boot_cpu_count (which is all CPUs). This patch replaces that with spinning_secondaries (which is all secondary CPUs). Signed-off-by: Matt Evans Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed