[ARM] Fix sys_sendto and sys_recvfrom 6-arg syscalls
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sat, 17 Dec 2005 15:25:42 +0000 (15:25 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 17 Dec 2005 15:25:42 +0000 (15:25 +0000)
commit567bd98017d9c9f2ac1c148ddc78c062e8abd398
tree317ade84394ec112c4e8f851b18fbd7df2c26af8
parent48ea753075aa15699bd5fac26faa08431aaa697b
[ARM] Fix sys_sendto and sys_recvfrom 6-arg syscalls

Rather than providing more wrappers for 6-arg syscalls, arrange for
them to be supported as standard.  This just means that we always
store the 6th argument on the stack, rather than in the wrappers.

This means we eliminate the wrappers for:
* sys_futex
* sys_arm_fadvise64_64
* sys_mbind
* sys_ipc

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/calls.S
arch/arm/kernel/entry-common.S