diff options
author | Markos Chandras <markos.chandras@imgtec.com> | 2015-07-01 09:31:14 +0100 |
---|---|---|
committer | Sasha Levin <sasha.levin@oracle.com> | 2016-03-29 08:35:42 -0400 |
commit | 1267e34aa05252245591b6e47857fcb87ef7bd01 (patch) | |
tree | 63ad214f14d4682c3235143a1bdefd5b289c2d1e | |
parent | 5a5e080e815ec7f2d4ffb7568e23c13dd39093a6 (diff) | |
download | lwn-1267e34aa05252245591b6e47857fcb87ef7bd01.tar.gz lwn-1267e34aa05252245591b6e47857fcb87ef7bd01.zip |
Revert "MIPS: Kconfig: Disable SMP/CPS for 64-bit"
[ Upstream commit 1c885357da2d3cf62132e611c0beaf4cdf607dd9 ]
This reverts commit 6ca716f2e5571d25a3899c6c5c91ff72ea6d6f5e.
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>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 155bb7f5ad28..9536ef912f59 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -2048,7 +2048,7 @@ config MIPS_CMP config MIPS_CPS bool "MIPS Coherent Processing System support" - depends on SYS_SUPPORTS_MIPS_CPS && !64BIT + depends on SYS_SUPPORTS_MIPS_CPS select MIPS_CM select MIPS_CPC select MIPS_CPS_PM if HOTPLUG_CPU |