aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2012-09-10 11:36:37 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2012-09-15 16:45:54 -0400
commit38ef2ad5f1d704f1a41599fc70488ca51eb56d3f (patch)
treef0f80711536bc5444040c061e2f4fd72964b7b56 /arch/arm/Kconfig
parente50a622deaf6b1a7dd2b9fb60975dd1d5406db37 (diff)
ARM: 7531/1: mark kernelmode mem{cpy,set} non-experimental
This feature was added in 2009, I've been using it off and on and never had any problems with it on my systems. I cannot see why it needs to be marked experimental, make it a normal feature and let us discover its possible shortcomings as people try to turn it on instead. Cc: Lennert Buytenhek <kernel@wantstofly.org> Cc: Nicolas Pitre <nico@fluxnic.net> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index e91c7cdc6fe5..aee8f3ada7ae 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1855,8 +1855,8 @@ config ALIGNMENT_TRAP
1855 configuration it is safe to say N, otherwise say Y. 1855 configuration it is safe to say N, otherwise say Y.
1856 1856
1857config UACCESS_WITH_MEMCPY 1857config UACCESS_WITH_MEMCPY
1858 bool "Use kernel mem{cpy,set}() for {copy_to,clear}_user() (EXPERIMENTAL)" 1858 bool "Use kernel mem{cpy,set}() for {copy_to,clear}_user()"
1859 depends on MMU && EXPERIMENTAL 1859 depends on MMU
1860 default y if CPU_FEROCEON 1860 default y if CPU_FEROCEON
1861 help 1861 help
1862 Implement faster copy_to_user and clear_user methods for CPU 1862 Implement faster copy_to_user and clear_user methods for CPU