sh: Provide a non-multiplexed sys_recvmmsg path.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 14 Sep 2010 08:43:11 +0000 (17:43 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 14 Sep 2010 08:43:11 +0000 (17:43 +0900)
commit51d149be0a535634b86493a4d910e3320cc984ea
tree54da47b8e983f4062ca69742c3bd5fd90752852a
parent459ebb34bd90f1ff12725a17289b7defbc6cd655
sh: Provide a non-multiplexed sys_recvmmsg path.

Now that the rest of the socket calls are provided through their own
paths, do the same for sys_recvmmsg. It's unlikely we'll ever be able to
kill off the socketcall path, but this at least permits userspace to
gradually begin migrating.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/unistd_32.h
arch/sh/kernel/syscalls_32.S