]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: smp-cmp: Remove incorrect core number probe
authorPaul Burton <paul.burton@imgtec.com>
Mon, 24 Mar 2014 10:19:28 +0000 (10:19 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 31 Mar 2014 16:17:12 +0000 (18:17 +0200)
commitf0cff5c86f7d3be0084eedbf449c3f47638e76f2
tree9ac9b6428ba2011c6b7d1c1ac071681b35272c3d
parenta809d46066d5171ed446d59a51cd1e57d99fcfc3
MIPS: smp-cmp: Remove incorrect core number probe

This probing is already done by decode_configs as part of cpu_probe, and
furthermore the implementation here was incorrect for any MT core with
a number of VPEs other than 2.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/6650/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/smp-cmp.c