]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Deprecate CONFIG_MIPS_CMP
authorPaul Burton <paul.burton@imgtec.com>
Wed, 15 Jan 2014 10:32:00 +0000 (10:32 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 26 Mar 2014 22:09:08 +0000 (23:09 +0100)
commitf85d20fc795d3877f2d5711c663cb06b5027dc71
treeeffd405f725d6af17751c5abfd4708af41d70d56
parentf62f3e46579912f62d24fb2d392375dec132f8a7
MIPS: Deprecate CONFIG_MIPS_CMP

CONFIG_MIPS_CPS is a better option for systems where it is supported,
which as far as I am aware should be all systems where CONFIG_MIPS_CMP
could provide any value (ie. where there are multiple cores for YAMON to
bring up). This option is therefore deprecated, and marked as such. It
is left intact for the time being in order to provide a fallback should
someone find a system where CONFIG_MIPS_CPS will not function (ie. where
the reset vector cannot be moved), and should be removed entirely in the
future assuming that does not happen.

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