diff options
author | Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> | 2009-08-18 23:16:55 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-08-18 23:16:55 -0400 |
commit | e2c6cbd9ace61039d3de39e717195e38f1492aee (patch) | |
tree | 02f966384b0451d81a00f804d9fba6e0360bc9a5 /arch/sparc/kernel/nmi.c | |
parent | a923c28fc538a4161b15e9b5d7d48248d73d3e6f (diff) |
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 <mathieu.desnoyers@polymtl.ca>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel/nmi.c')
0 files changed, 0 insertions, 0 deletions