commit | 51d149be0a535634b86493a4d910e3320cc984ea | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue Sep 14 17:43:11 2010 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Sep 14 17:43:11 2010 +0900 |
tree | 54da47b8e983f4062ca69742c3bd5fd90752852a | |
parent | 459ebb34bd90f1ff12725a17289b7defbc6cd655 [diff] |
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>