Paul Mundt
cba8df4be3
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 >
2012-06-13 10:28:37 +09:00
Paul Mundt
0e100e11bd
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 >
2012-06-13 10:28:16 +09:00
OGAWA Hirofumi
6de9c6481d
sh: Proper __put_user_asm() size mismatch fix.
...
This fixes up the workaround in 2b4b2bb421
and cleans up __put_user_asm() to get the sizing right from the onset.
Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp >
Signed-off-by: Paul Mundt <lethal@linux-sh.org >
2008-07-29 09:16:33 +09:00
Paul Mundt
f15cbe6f1a
sh: migrate to arch/sh/include/
...
This follows the sparc changes a439fe51a1
.
Most of the moving about was done with Sam's directions at:
http://marc.info/?l=linux-sh&m=121724823706062&w=2
with subsequent hacking and fixups entirely my fault.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org >
Signed-off-by: Paul Mundt <lethal@linux-sh.org >
2008-07-29 08:09:44 +09:00