summaryrefslogtreecommitdiffstats
path: root/arch/mips64/kernel/scall_o32.S
diff options
context:
space:
mode:
authorUlf Carlsson <md1ulfc@mdstud.chalmers.se>2000-03-14 19:28:12 +0000
committerUlf Carlsson <md1ulfc@mdstud.chalmers.se>2000-03-14 19:28:12 +0000
commitd8f9ccce272840c053e4416324a065b8550bfc81 (patch)
treeb8434416a3f4fce1edbbe9b0697815272e9b14e2 /arch/mips64/kernel/scall_o32.S
parenteeea86517aa05f0f49213c5d4fc1b87885d9d685 (diff)
o Add some systemcalls and another execve (disabled as default).
Diffstat (limited to 'arch/mips64/kernel/scall_o32.S')
-rw-r--r--arch/mips64/kernel/scall_o32.S10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/mips64/kernel/scall_o32.S b/arch/mips64/kernel/scall_o32.S
index 2e6f56ce8..5aa5548c6 100644
--- a/arch/mips64/kernel/scall_o32.S
+++ b/arch/mips64/kernel/scall_o32.S
@@ -1,4 +1,4 @@
-/* $Id: scall_o32.S,v 1.7 2000/02/18 00:24:30 ralf Exp $
+/* $Id: scall_o32.S,v 1.9 2000/02/29 22:13:07 kanoj Exp $
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
@@ -72,7 +72,7 @@ stack_done:
negu v0 # error
sd v0, PT_R0(sp) # set flag for syscall restarting
1: sd v0, PT_R2(sp) # result
-
+
FEXPORT(o32_ret_from_sys_call)
lw t0, softirq_state
lw t1, softirq_state+4 # unused delay slot
@@ -280,7 +280,7 @@ illegal_syscall:
sys sys_uselib 1
sys sys_swapon 2
sys sys_reboot 3
- sys old_readdir 3
+ sys sys32_readdir 3
sys sys_mmap 6 /* 4090 */
sys sys_munmap 2
sys sys_truncate 2
@@ -305,7 +305,7 @@ illegal_syscall:
sys sys_vhangup 0
sys sys_ni_syscall 0 /* was sys_idle */
sys sys_ni_syscall 0 /* sys_vm86 */
- sys sys_wait4 4
+ sys sys32_wait4 4
sys sys_swapoff 1 /* 4115 */
sys sys_sysinfo 1
sys sys_ipc 6
@@ -332,7 +332,7 @@ illegal_syscall:
sys sys_setfsuid 1
sys sys_setfsgid 1
sys sys_llseek 5 /* 4140 */
- sys sys_getdents 3
+ sys sys32_getdents 3
sys sys_select 5
sys sys_flock 2
sys sys_msync 3