]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Add default case for the FTLB enable/disable code
authorMarkos Chandras <markos.chandras@imgtec.com>
Thu, 9 Jul 2015 09:40:51 +0000 (10:40 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 26 Aug 2015 13:23:18 +0000 (15:23 +0200)
commit4f97077df93e4785f65cca30e59a2f32cb91a80a
tree22c4b8b96039878787f5917c55028f3dcfa8c9fe
parentf657cd73c3b3ba6214e39747d64b4813ee8b0742
MIPS: Add default case for the FTLB enable/disable code

Add a default case for the FTLB enable/disable code. This will be used
to detect that something went wrong in the set_ftlb_enable() function
either because that function knows nothing about the running core, or
simply because the core can't turn its FTLB on/off.

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/10650/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/cpu-probe.c