diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 4 |
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 | ||
1857 | config UACCESS_WITH_MEMCPY | 1857 | config 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 |