aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/scall64-o32.S
diff options
context:
space:
mode:
authorMichel Thebeau <michel.thebeau@windriver.com>2010-09-28 14:15:37 -0400
committerRalf Baechle <ralf@linux-mips.org>2010-10-19 13:32:41 -0400
commite2cc502c3f71d8de812893527dc435e61b7fe604 (patch)
treee0955ddaa628821ae92f0163a2c519564bfdd44a /arch/mips/kernel/scall64-o32.S
parentd39e072166493cbae3840ecfcf2b34bea0d2bebe (diff)
MIPS: O32 compat/N32: Fix to use compat syscall wrappers for AIO syscalls.
[Ralf: Michel's original patch only fixed N32; I replicated the same fix for O32.] Signed-off-by: Michel Thebeau <michel.thebeau@windriver.com> Cc: paul.gortmaker@windriver.com Cc: bruce.ashfield@windriver.com Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/scall64-o32.S')
-rw-r--r--arch/mips/kernel/scall64-o32.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/kernel/scall64-o32.S b/arch/mips/kernel/scall64-o32.S
index 813689ef2384..c2aa30ad9702 100644
--- a/arch/mips/kernel/scall64-o32.S
+++ b/arch/mips/kernel/scall64-o32.S
@@ -444,10 +444,10 @@ sys_call_table:
444 PTR compat_sys_futex 444 PTR compat_sys_futex
445 PTR compat_sys_sched_setaffinity 445 PTR compat_sys_sched_setaffinity
446 PTR compat_sys_sched_getaffinity /* 4240 */ 446 PTR compat_sys_sched_getaffinity /* 4240 */
447 PTR sys_io_setup 447 PTR compat_sys_io_setup
448 PTR sys_io_destroy 448 PTR sys_io_destroy
449 PTR sys_io_getevents 449 PTR compat_sys_io_getevents
450 PTR sys_io_submit 450 PTR compat_sys_io_submit
451 PTR sys_io_cancel /* 4245 */ 451 PTR sys_io_cancel /* 4245 */
452 PTR sys_exit_group 452 PTR sys_exit_group
453 PTR sys32_lookup_dcookie 453 PTR sys32_lookup_dcookie