Skip to content

Commit 1c88535

Browse files
Markos Chandrasralfbaechle
authored andcommitted
Revert "MIPS: Kconfig: Disable SMP/CPS for 64-bit"
This reverts commit 6ca716f. SMP/CPS is now supported on 64bit cores. Cc: <stable@vger.kernel.org> # 4.1 Reviewed-by: Paul Burton <paul.burton@imgtec.com> Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Cc: linux-mips@linux-mips.org Cc: stable@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/10592/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent b677bc0 commit 1c88535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/mips/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2231,7 +2231,7 @@ config MIPS_CMP
22312231

22322232
config MIPS_CPS
22332233
bool "MIPS Coherent Processing System support"
2234-
depends on SYS_SUPPORTS_MIPS_CPS && !64BIT
2234+
depends on SYS_SUPPORTS_MIPS_CPS
22352235
select MIPS_CM
22362236
select MIPS_CPC
22372237
select MIPS_CPS_PM if HOTPLUG_CPU

0 commit comments

Comments
 (0)