Skip to content

Commit 6ca716f

Browse files
Markos Chandrasralfbaechle
authored andcommitted
MIPS: Kconfig: Disable SMP/CPS for 64-bit
A 64-bit build for Malta produces far too many build problems when SMP/CPS is selected. Moreover, there is currently no 64-bit product with SMP/CPS so we disable SMP/CPS when building for 64-bit until it is properly supported. Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Cc: Paul Burton <paul.burton@imgtec.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/8573/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent a843d00 commit 6ca716f

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
@@ -2177,7 +2177,7 @@ config MIPS_CMP
21772177

21782178
config MIPS_CPS
21792179
bool "MIPS Coherent Processing System support"
2180-
depends on SYS_SUPPORTS_MIPS_CPS
2180+
depends on SYS_SUPPORTS_MIPS_CPS && !64BIT
21812181
select MIPS_CM
21822182
select MIPS_CPC
21832183
select MIPS_CPS_PM if HOTPLUG_CPU

0 commit comments

Comments
 (0)