MIPS: o32: Fix number of arguments to splice(2).
authorRalf Baechle <ralf@linux-mips.org>
Wed, 3 Dec 2008 16:33:17 +0000 (16:33 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 4 Dec 2008 17:47:28 +0000 (17:47 +0000)
commit08d30879a6d3ce399f48def7c494853b5b5f2062
tree85d87735ad7538c9166421405275eb36f0fc50aa
parent566a3b95579c123f7711e2f98d078f370746046b
MIPS: o32: Fix number of arguments to splice(2).

The syscall code was assuming splice only takes 4 arguments so no stack
arguments were being copied from the userspace stack to the kernel stack.
As the result splice was likely to fail with EINVAL.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/scall32-o32.S