Home
last modified time | relevance | path

Searched hist:"567 bd98017d9c9f2ac1c148ddc78c062e8abd398" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm/kernel/
H A Dentry-common.Sdiff 567bd98017d9c9f2ac1c148ddc78c062e8abd398 Sat Dec 17 16:25:42 CET 2005 Russell King <rmk@dyn-67.arm.linux.org.uk> [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>