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 18:32:41 +0100
commite2cc502c3f71d8de812893527dc435e61b7fe604 (patch)
treee0955ddaa628821ae92f0163a2c519564bfdd44a /arch/mips/kernel/scall64-o32.S
parentd39e072166493cbae3840ecfcf2b34bea0d2bebe (diff)
downloadkernel_samsung_smdk4412-e2cc502c3f71d8de812893527dc435e61b7fe604.zip
kernel_samsung_smdk4412-e2cc502c3f71d8de812893527dc435e61b7fe604.tar.gz
kernel_samsung_smdk4412-e2cc502c3f71d8de812893527dc435e61b7fe604.tar.bz2
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 813689e..c2aa30a 100644
--- a/arch/mips/kernel/scall64-o32.S
+++ b/arch/mips/kernel/scall64-o32.S
@@ -444,10 +444,10 @@ sys_call_table:
PTR compat_sys_futex
PTR compat_sys_sched_setaffinity
PTR compat_sys_sched_getaffinity /* 4240 */
- PTR sys_io_setup
+ PTR compat_sys_io_setup
PTR sys_io_destroy
- PTR sys_io_getevents
- PTR sys_io_submit
+ PTR compat_sys_io_getevents
+ PTR compat_sys_io_submit
PTR sys_io_cancel /* 4245 */
PTR sys_exit_group
PTR sys32_lookup_dcookie