diff options
author | Paul Mundt | 2012-06-04 08:46:05 +0200 |
---|---|---|
committer | Paul Mundt | 2012-06-13 03:28:37 +0200 |
commit | cba8df4be3bdf10c86a26c458c5fc2ca978eeb2c (patch) | |
tree | 5dd9f6c93efc0588b813febe7d24178fa43d3d8b /arch/sh/Kconfig | |
parent | sh: switch to generic strncpy_from_user(). (diff) | |
download | kernel-qcow2-linux-cba8df4be3bdf10c86a26c458c5fc2ca978eeb2c.tar.gz kernel-qcow2-linux-cba8df4be3bdf10c86a26c458c5fc2ca978eeb2c.tar.xz kernel-qcow2-linux-cba8df4be3bdf10c86a26c458c5fc2ca978eeb2c.zip |
sh: use the new generic strnlen_user() function
This discards both the _32 and _64 versions in favour of the consolidated
generic one.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index cbffc26c0434..31d9db7913e4 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -33,6 +33,7 @@ config SUPERH select GENERIC_CLOCKEVENTS select GENERIC_CMOS_UPDATE if SH_SH03 || SH_DREAMCAST select GENERIC_STRNCPY_FROM_USER + select GENERIC_STRNLEN_USER help The SuperH is a RISC processor targeted for use in embedded systems and consumer electronics; it was also used in the Sega Dreamcast |