]> git.baikalelectronics.ru Git - kernel.git/commit
sh64: wire up sys_accept4.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 19 Jan 2010 08:00:31 +0000 (17:00 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 19 Jan 2010 08:00:31 +0000 (17:00 +0900)
commita67b2076d6281af7be44d62979cbe7af9850679c
treecf4227655998956a2a57646bef700bbd27bf308e
parenta76aa961eb89c496acd79263b24d05819b141cf1
sh64: wire up sys_accept4.

sh64 on the other hand provides both direct broken out syscalls as well
as socketcall access. As there are binaries that use both socketcall has
to stay around. The current ABI prefers direct syscalls.

It was pointed out that when sys_recvmmsg was added in, sys_accept4 was
overlooked. This takes care of wiring it up.

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