summaryrefslogtreecommitdiffstats
path: root/arch/mips64/kernel/scall_o32.S
diff options
context:
space:
mode:
authorUlf Carlsson <md1ulfc@mdstud.chalmers.se>2000-03-18 09:02:17 +0000
committerUlf Carlsson <md1ulfc@mdstud.chalmers.se>2000-03-18 09:02:17 +0000
commitaae30dcc048664bc219817cd69097168e2e69e13 (patch)
treefe50c8ba498352c90f1d390ee45b807609df7682 /arch/mips64/kernel/scall_o32.S
parent60a4cc79b4f42f7062d4d2b545906484e56aef84 (diff)
o Add sys32_setrlimit and sys32_getrlimit ... bash#
Diffstat (limited to 'arch/mips64/kernel/scall_o32.S')
-rw-r--r--arch/mips64/kernel/scall_o32.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/mips64/kernel/scall_o32.S b/arch/mips64/kernel/scall_o32.S
index ff26ad70e..a04be8b06 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.9 2000/02/29 22:13:07 kanoj Exp $
+/* $Id: scall_o32.S,v 1.11 2000/03/17 22:42:13 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
@@ -35,7 +35,7 @@ NESTED(handle_sys, PT_SIZE, sp)
SAVE_SOME
STI
.set at
-#if 0
+#if 1
SAVE_ALL
ld a1, PT_R2(sp)
PRINT("Got syscall %d\n")
@@ -267,8 +267,8 @@ illegal_syscall:
sys sys32_sigsuspend 0
sys sys32_sigpending 1
sys sys_sethostname 2
- sys sys_setrlimit 2 /* 4075 */
- sys sys_old_getrlimit 2
+ sys sys32_setrlimit 2 /* 4075 */
+ sys sys32_getrlimit 2
sys sys_getrusage 2
sys sys_gettimeofday 2
sys sys_settimeofday 2