MIPS: mark MSA experimental
authorPaul Burton <paul.burton@imgtec.com>
Fri, 11 Jul 2014 15:47:25 +0000 (16:47 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 1 Aug 2014 22:06:45 +0000 (00:06 +0200)
commit4af94d5d09bace4f351d7ce5f5e18da07777eb63
treefef2b76a924cb0f039a39184ce993887252366ff
parent2a6cb6690f614b0cf4e1e06eb226c1e1374113e4
MIPS: mark MSA experimental

In light of the commit 16f77de82f2d (Revert "MIPS: Save/restore MSA
context around signals") the MSA support in the kernel is incomplete.
Until the replacement for the former sigcontext changes is agreed upon
and in tree, mark MSA experimental & disable it by default.

MSA is only implemented by one CPU supported by the kernel, the P5600.
The P5600 is a 32 bit core, and thus MSA can only be used when the
experimental CONFIG_MIPS_O32_FP64_SUPPORT option is enabled. Therefore
MSA is only being used in experimental settings anyway and this change
doesn't actually make any difference beyond clarifying the state of
MSA support.

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