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)
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>

No differences found