From: Mathieu Desnoyers Date: Wed, 19 Aug 2009 03:16:55 +0000 (-0700) Subject: sparc: sys32.S incorrect compat-layer splice() system call X-Git-Tag: v2.6.31-rc8~28^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2c6cbd9ace61039d3de39e717195e38f1492aee;p=pandora-kernel.git sparc: sys32.S incorrect compat-layer splice() system call I think arch/sparc/kernel/sys32.S has an incorrect splice definition: SIGN2(sys32_splice, sys_splice, %o0, %o1) The splice() prototype looks like : long splice(int fd_in, loff_t *off_in, int fd_out, loff_t *off_out, size_t len, unsigned int flags); So I think we should have : SIGN2(sys32_splice, sys_splice, %o0, %o2) Signed-off-by: Mathieu Desnoyers Signed-off-by: David S. Miller --- Reading git-diff-tree failed