MIPS: Allow pre-r6 emulation on SMP MIPSr6 kernels
authorPaul Burton <paul.burton@imgtec.com>
Mon, 17 Oct 2016 14:34:37 +0000 (15:34 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 3 Jan 2017 15:34:42 +0000 (16:34 +0100)
commit9eaa9a82e5d6be2234482c3468ed56143c713729
tree18d6d444bfd691df93bfc97a01dbd303fb513f90
parent3b4b82399c4557666d348bed1aefc21c999e79a1
MIPS: Allow pre-r6 emulation on SMP MIPSr6 kernels

There's no reason for the pre-r6 instruction emulation code to be
limited to uniprocessor kernels. We already emulate atomic memory access
instructions in a way that works for SMP systems, and nothing else
should be affected. Remove the artificial limitation, allowing pre-r6
instruction emulation to be used with SMP kernels.

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