sh: Wire up recvmmsg syscall.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 11 Dec 2009 06:29:31 +0000 (15:29 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 11 Dec 2009 06:29:31 +0000 (15:29 +0900)
commitc89fbd3987d058fad3ea072aab68adfbdd13e498
tree664ec0fcf8074e87d6384c35025d1b459b795923
parentd580cd96c8ee0c2647b810a2a8762cf631a5f97b
sh: Wire up recvmmsg syscall.

The stub already existed in the _64 syscall table, but was lacking a
__NR_recvmmsg definition, while it was absent entirely for _32 variants.

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