commit | 0e100e11bd73be4e28e457cf5ad49a6892d5d1fe | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri May 25 13:02:48 2012 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Wed Jun 13 10:28:16 2012 +0900 |
tree | 55e193c2f37f458bd51d363bac78e20897c86b49 | |
parent | 94fa83c424321189ca24fb6cb4c0d224cdedc72d [diff] |
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>