From: Shanghui Liu Date: Wed, 7 Jan 2015 11:28:22 +0000 (+0530) Subject: MIPS: Netlogic: Fix wait for slave CPUs X-Git-Tag: omap-for-v4.2/o2_dc~101^2~136 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46ab6f24ac7b05c07e2936124b45da5f2f8fdc61;p=pandora-kernel.git MIPS: Netlogic: Fix wait for slave CPUs For core 0, the condition of "cpu == bootcpu" is always true, so it does not wait for other three threads to become ready. Fix this by using correct check. Signed-off-by: Shanghui Liu Signed-off-by: Jayachandran C Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/8881/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed