]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: add CPU_THUMB_CAPABLE to indicate possible Thumb support
authorRussell King <rmk+kernel@armlinux.org.uk>
Thu, 9 Feb 2017 12:00:16 +0000 (12:00 +0000)
committerRussell King <rmk+kernel@armlinux.org.uk>
Sun, 12 Feb 2017 21:04:17 +0000 (21:04 +0000)
commit589d47f104502b8b43c8b8370c03a1fa5ea5941c
treebdc4f7806619e158800c4491e22a088c250f820b
parent4184c0ec1ade2b73b58c41e1084d8b22fc53d09b
ARM: add CPU_THUMB_CAPABLE to indicate possible Thumb support

Clean up arch/arm/mm/Kconfig a little to provide a symbol which
indicates whether the CPU may support the Thumb instruction set.  This
gets rid of the growing dependencies on ARM_THUMB, and also gives us a
useful Kconfig symbol for choosing the kuser code.

Reviewed-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/mm/Kconfig