From: Russell King Date: Sat, 17 Dec 2005 15:25:42 +0000 (+0000) Subject: [ARM] Fix sys_sendto and sys_recvfrom 6-arg syscalls X-Git-Tag: v2.6.15-rc7~16^2~19^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=567bd98017d9c9f2ac1c148ddc78c062e8abd398;p=pandora-kernel.git [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 --- Reading git-diff-tree failed