commit | 46ab6f24ac7b05c07e2936124b45da5f2f8fdc61 | [log] [tgz] |
---|---|---|
author | Shanghui Liu <shliu@broadcom.com> | Wed Jan 07 16:58:22 2015 +0530 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Apr 01 17:21:47 2015 +0200 |
tree | 8e5bccbdac919dc32039a7a08a94a2839e68d496 | |
parent | c775aa12307efecb00ea78265210535dc41cdd49 [diff] |
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 <shliu@broadcom.com> Signed-off-by: Jayachandran C <jchandra@broadcom.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/8881/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>