|
@@ -1855,8 +1855,8 @@ config ALIGNMENT_TRAP
|
|
|
configuration it is safe to say N, otherwise say Y.
|
|
|
|
|
|
config UACCESS_WITH_MEMCPY
|
|
|
- bool "Use kernel mem{cpy,set}() for {copy_to,clear}_user() (EXPERIMENTAL)"
|
|
|
- depends on MMU && EXPERIMENTAL
|
|
|
+ bool "Use kernel mem{cpy,set}() for {copy_to,clear}_user()"
|
|
|
+ depends on MMU
|
|
|
default y if CPU_FEROCEON
|
|
|
help
|
|
|
Implement faster copy_to_user and clear_user methods for CPU
|