diff options
author | David Miller <davem@davemloft.net> | 2012-05-26 11:14:27 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-05-26 11:33:54 -0700 |
commit | 2c66f623631709aa5f2e4c14c7e089682e7394a3 (patch) | |
tree | 75e9c0fc8b832b0f9f2fe3ff41e3ae2c26036292 /arch/sparc/Kconfig | |
parent | 5723aa993d83803157c22327e90cd59e3dcbe879 (diff) | |
download | op-kernel-dev-2c66f623631709aa5f2e4c14c7e089682e7394a3.zip op-kernel-dev-2c66f623631709aa5f2e4c14c7e089682e7394a3.tar.gz |
sparc: use the new generic strnlen_user() function
This throws away the sparc-specific functions in favor of the generic
optimized version.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r-- | arch/sparc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 15e9e05..83bd051 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig @@ -35,6 +35,7 @@ config SPARC select GENERIC_CMOS_UPDATE select GENERIC_CLOCKEVENTS select GENERIC_STRNCPY_FROM_USER + select GENERIC_STRNLEN_USER config SPARC32 def_bool !64BIT |