sh: switch to generic strncpy_from_user().
authorPaul Mundt <lethal@linux-sh.org>
Fri, 25 May 2012 04:02:48 +0000 (13:02 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 13 Jun 2012 01:28:16 +0000 (10:28 +0900)
commit0e100e11bd73be4e28e457cf5ad49a6892d5d1fe
tree55e193c2f37f458bd51d363bac78e20897c86b49
parent94fa83c424321189ca24fb6cb4c0d224cdedc72d
sh: switch to generic strncpy_from_user().

This kills off the special sh32/64 versions and adopts the generic
version. It should be possible to optimize this for SH-4A unaligned
loads, but this is a corner case that can be supported incrementally.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Kconfig
arch/sh/include/asm/uaccess.h
arch/sh/include/asm/uaccess_32.h
arch/sh/include/asm/uaccess_64.h
arch/sh/kernel/cpu/sh5/entry.S
arch/sh/kernel/sh_ksyms_64.c