]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: sysmips: Rewrite to use SYSCALL_DEFINE3().
authorRalf Baechle <ralf@linux-mips.org>
Thu, 27 Dec 2012 15:23:12 +0000 (16:23 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 1 Feb 2013 09:00:20 +0000 (10:00 +0100)
commit670cc20a0d4afbc42e8bf55f6702242e9d734d53
treea0cda679d61305fc1c6b1224ed0ed84260c1ccf9
parentf1957254c6ae04f2ecd6fbde38aa3f7b5be5f3f6
MIPS: sysmips: Rewrite to use SYSCALL_DEFINE3().

Thanks to current_pt_regs() there is no need to use the dark MIPS magic.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/syscall.c