diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-05-29 23:30:08 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-06-06 15:31:28 +0200 |
commit | d8ce7263e1bc3b6b2b906fec0c5037bc27d21d6a (patch) | |
tree | 700796dc3c5c5068d82d159b020d7a7fa50144c8 /arch/m68k/Kconfig | |
parent | f8f5701bdaf9134b1f90e5044a82c66324d2073f (diff) | |
download | op-kernel-dev-d8ce7263e1bc3b6b2b906fec0c5037bc27d21d6a.zip op-kernel-dev-d8ce7263e1bc3b6b2b906fec0c5037bc27d21d6a.tar.gz |
m68k: Use generic strncpy_from_user(), strlen_user(), and strnlen_user()
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/Kconfig')
-rw-r--r-- | arch/m68k/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index cac5b6b..1471201 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig @@ -7,6 +7,8 @@ config M68K select GENERIC_IRQ_SHOW select ARCH_HAVE_NMI_SAFE_CMPXCHG if RMW_INSNS select GENERIC_CPU_DEVICES + select GENERIC_STRNCPY_FROM_USER if MMU + select GENERIC_STRNLEN_USER if MMU select FPU if MMU select ARCH_USES_GETTIMEOFFSET if MMU && !COLDFIRE |