summaryrefslogtreecommitdiffstats
path: root/arch/mips64/kernel/scall_o32.S
diff options
context:
space:
mode:
authorKanoj Sarcar <kanoj@engr.sgi.com>2000-04-25 16:34:25 +0000
committerKanoj Sarcar <kanoj@engr.sgi.com>2000-04-25 16:34:25 +0000
commit2966e5bed08672a8bf467d59b14d7a10f7b60782 (patch)
tree91d43d56fae09e628ae3f5048ced3b1a4f335f81 /arch/mips64/kernel/scall_o32.S
parent3eae3bd10dd78ad075f2e70d511534becaae7914 (diff)
Make the sysentry debugging code a little more versatile.
Diffstat (limited to 'arch/mips64/kernel/scall_o32.S')
-rw-r--r--arch/mips64/kernel/scall_o32.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips64/kernel/scall_o32.S b/arch/mips64/kernel/scall_o32.S
index 372b08050..8f09fcc3c 100644
--- a/arch/mips64/kernel/scall_o32.S
+++ b/arch/mips64/kernel/scall_o32.S
@@ -37,8 +37,7 @@ NESTED(handle_sys, PT_SIZE, sp)
.set at
#if DEBUG_MIPS64
SAVE_ALL
- ld a1, PT_R2(sp)
- PRINT("Got syscall %d\n")
+ jal dodebug
RESTORE_ALL
#endif
ld t1, PT_EPC(sp) # skip syscall on return