diff options
Diffstat (limited to 'arch/mips/kernel/scall64-o32.S')
-rw-r--r-- | arch/mips/kernel/scall64-o32.S | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/mips/kernel/scall64-o32.S b/arch/mips/kernel/scall64-o32.S index cf3e75e46650..42e789562db4 100644 --- a/arch/mips/kernel/scall64-o32.S +++ b/arch/mips/kernel/scall64-o32.S | |||
@@ -10,7 +10,7 @@ | |||
10 | * | 10 | * |
11 | * Hairy, the userspace application uses a different argument passing | 11 | * Hairy, the userspace application uses a different argument passing |
12 | * convention than the kernel, so we have to translate things from o32 | 12 | * convention than the kernel, so we have to translate things from o32 |
13 | * to ABI64 calling convention. 64-bit syscalls are also processed | 13 | * to ABI64 calling convention. 64-bit syscalls are also processed |
14 | * here for now. | 14 | * here for now. |
15 | */ | 15 | */ |
16 | #include <linux/errno.h> | 16 | #include <linux/errno.h> |
@@ -24,7 +24,7 @@ | |||
24 | #include <asm/unistd.h> | 24 | #include <asm/unistd.h> |
25 | #include <asm/sysmips.h> | 25 | #include <asm/sysmips.h> |
26 | 26 | ||
27 | .align 5 | 27 | .align 5 |
28 | NESTED(handle_sys, PT_SIZE, sp) | 28 | NESTED(handle_sys, PT_SIZE, sp) |
29 | .set noat | 29 | .set noat |
30 | SAVE_SOME | 30 | SAVE_SOME |
@@ -185,7 +185,7 @@ LEAF(sys32_syscall) | |||
185 | jr t2 | 185 | jr t2 |
186 | /* Unreached */ | 186 | /* Unreached */ |
187 | 187 | ||
188 | einval: li v0, -ENOSYS | 188 | einval: li v0, -ENOSYS |
189 | jr ra | 189 | jr ra |
190 | END(sys32_syscall) | 190 | END(sys32_syscall) |
191 | 191 | ||
@@ -329,7 +329,7 @@ sys_call_table: | |||
329 | PTR sys_bdflush | 329 | PTR sys_bdflush |
330 | PTR sys_sysfs /* 4135 */ | 330 | PTR sys_sysfs /* 4135 */ |
331 | PTR sys_32_personality | 331 | PTR sys_32_personality |
332 | PTR sys_ni_syscall /* for afs_syscall */ | 332 | PTR sys_ni_syscall /* for afs_syscall */ |
333 | PTR sys_setfsuid | 333 | PTR sys_setfsuid |
334 | PTR sys_setfsgid | 334 | PTR sys_setfsgid |
335 | PTR sys_32_llseek /* 4140 */ | 335 | PTR sys_32_llseek /* 4140 */ |
@@ -352,12 +352,12 @@ sys_call_table: | |||
352 | PTR sys_munlockall | 352 | PTR sys_munlockall |
353 | PTR sys_sched_setparam | 353 | PTR sys_sched_setparam |
354 | PTR sys_sched_getparam | 354 | PTR sys_sched_getparam |
355 | PTR sys_sched_setscheduler /* 4160 */ | 355 | PTR sys_sched_setscheduler /* 4160 */ |
356 | PTR sys_sched_getscheduler | 356 | PTR sys_sched_getscheduler |
357 | PTR sys_sched_yield | 357 | PTR sys_sched_yield |
358 | PTR sys_sched_get_priority_max | 358 | PTR sys_sched_get_priority_max |
359 | PTR sys_sched_get_priority_min | 359 | PTR sys_sched_get_priority_min |
360 | PTR sys_32_sched_rr_get_interval /* 4165 */ | 360 | PTR sys_32_sched_rr_get_interval /* 4165 */ |
361 | PTR compat_sys_nanosleep | 361 | PTR compat_sys_nanosleep |
362 | PTR sys_mremap | 362 | PTR sys_mremap |
363 | PTR sys_accept | 363 | PTR sys_accept |
@@ -387,7 +387,7 @@ sys_call_table: | |||
387 | PTR sys_prctl | 387 | PTR sys_prctl |
388 | PTR sys32_rt_sigreturn | 388 | PTR sys32_rt_sigreturn |
389 | PTR sys_32_rt_sigaction | 389 | PTR sys_32_rt_sigaction |
390 | PTR sys_32_rt_sigprocmask /* 4195 */ | 390 | PTR sys_32_rt_sigprocmask /* 4195 */ |
391 | PTR sys_32_rt_sigpending | 391 | PTR sys_32_rt_sigpending |
392 | PTR compat_sys_rt_sigtimedwait | 392 | PTR compat_sys_rt_sigtimedwait |
393 | PTR sys_32_rt_sigqueueinfo | 393 | PTR sys_32_rt_sigqueueinfo |