summaryrefslogtreecommitdiffstats
path: root/arch/mips64/kernel/scall_o32.S
diff options
context:
space:
mode:
authorKanoj Sarcar <kanoj@engr.sgi.com>2000-03-17 22:42:13 +0000
committerKanoj Sarcar <kanoj@engr.sgi.com>2000-03-17 22:42:13 +0000
commitda7f527fdd6904594aa8ef8b8b8793e61770ca3b (patch)
tree121011a79b33cff43d1fce82ba08fa4b75c7079e /arch/mips64/kernel/scall_o32.S
parent8715f08b6d43c992ddd35ec941edac13b6515819 (diff)
Hackaround in sys32_wait for what seems to be a tools problem ... will
be investigating more. Turn off debug printouts from the system call path for greater readability of command output.
Diffstat (limited to 'arch/mips64/kernel/scall_o32.S')
-rw-r--r--arch/mips64/kernel/scall_o32.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips64/kernel/scall_o32.S b/arch/mips64/kernel/scall_o32.S
index 5aa5548c6..ff26ad70e 100644
--- a/arch/mips64/kernel/scall_o32.S
+++ b/arch/mips64/kernel/scall_o32.S
@@ -35,11 +35,12 @@ NESTED(handle_sys, PT_SIZE, sp)
SAVE_SOME
STI
.set at
+#if 0
SAVE_ALL
ld a1, PT_R2(sp)
PRINT("Got syscall %d\n")
RESTORE_ALL
-
+#endif
ld t1, PT_EPC(sp) # skip syscall on return
sltiu t0, v0, MAX_SYSCALL_NO + 1 # check syscall number