diff options
Diffstat (limited to 'arch/mips64/kernel/scall_o32.S')
-rw-r--r-- | arch/mips64/kernel/scall_o32.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips64/kernel/scall_o32.S b/arch/mips64/kernel/scall_o32.S index 6d3f211d7..4d1450a6b 100644 --- a/arch/mips64/kernel/scall_o32.S +++ b/arch/mips64/kernel/scall_o32.S @@ -325,7 +325,7 @@ illegal_syscall: sys sys_setdomainname 2 sys sys32_newuname 1 sys sys_ni_syscall 0 /* sys_modify_ldt */ - sys sys_adjtimex 1 + sys sys32_adjtimex 1 sys sys_mprotect 3 /* 4125 */ sys sys32_sigprocmask 3 sys sys_create_module 2 @@ -337,7 +337,7 @@ illegal_syscall: sys sys_fchdir 1 sys sys_bdflush 2 sys sys_sysfs 3 /* 4135 */ - sys sys_personality 1 + sys sys32_personality 1 sys sys_ni_syscall 0 /* for afs_syscall */ sys sys_setfsuid 1 sys sys_setfsgid 1 |