summaryrefslogtreecommitdiffstats
path: root/arch/mips64/kernel/scall_o32.S
diff options
context:
space:
mode:
authorKanoj Sarcar <kanoj@engr.sgi.com>2000-03-20 22:56:30 +0000
committerKanoj Sarcar <kanoj@engr.sgi.com>2000-03-20 22:56:30 +0000
commit6355c1b1cad99b8f4360aab46c3778032f371f2c (patch)
tree049ae66eedc231bc37814c883bfd142d3b459390 /arch/mips64/kernel/scall_o32.S
parent6431552a72f697df1d693ffc15eae5f2575d46e2 (diff)
Put some kernel debugging output under DEBUG_MIPS64. Kernel folks, please
turn this on when you are debugging.
Diffstat (limited to 'arch/mips64/kernel/scall_o32.S')
-rw-r--r--arch/mips64/kernel/scall_o32.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips64/kernel/scall_o32.S b/arch/mips64/kernel/scall_o32.S
index 246fd8346..a08ce495c 100644
--- a/arch/mips64/kernel/scall_o32.S
+++ b/arch/mips64/kernel/scall_o32.S
@@ -35,7 +35,7 @@ NESTED(handle_sys, PT_SIZE, sp)
SAVE_SOME
STI
.set at
-#if 0
+#if DEBUG_MIPS64
SAVE_ALL
ld a1, PT_R2(sp)
PRINT("Got syscall %d\n")