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)
commitbc4f2975546a25cd60d32d5a847c5bc94be1cf50
treea0cda679d61305fc1c6b1224ed0ed84260c1ccf9
parent33722a2e73ad379ee4898f273217ca0eacf8a87f
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