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>

authored by Michel Thebeau and committed by Ralf Baechle e2cc502c d39e0721

Changed files
+6 -6
arch
+3 -3
arch/mips/kernel/scall64-n32.S
··· 320 320 PTR sys_cacheflush 321 321 PTR sys_cachectl 322 322 PTR sys_sysmips 323 - PTR sys_io_setup /* 6200 */ 323 + PTR compat_sys_io_setup /* 6200 */ 324 324 PTR sys_io_destroy 325 - PTR sys_io_getevents 326 - PTR sys_io_submit 325 + PTR compat_sys_io_getevents 326 + PTR compat_sys_io_submit 327 327 PTR sys_io_cancel 328 328 PTR sys_exit_group /* 6205 */ 329 329 PTR sys_lookup_dcookie
+3 -3
arch/mips/kernel/scall64-o32.S
··· 444 444 PTR compat_sys_futex 445 445 PTR compat_sys_sched_setaffinity 446 446 PTR compat_sys_sched_getaffinity /* 4240 */ 447 - PTR sys_io_setup 447 + PTR compat_sys_io_setup 448 448 PTR sys_io_destroy 449 - PTR sys_io_getevents 450 - PTR sys_io_submit 449 + PTR compat_sys_io_getevents 450 + PTR compat_sys_io_submit 451 451 PTR sys_io_cancel /* 4245 */ 452 452 PTR sys_exit_group 453 453 PTR sys32_lookup_dcookie