summaryrefslogtreecommitdiffstats
path: root/arch/mips64/kernel/scall_o32.S
diff options
context:
space:
mode:
authorUlf Carlsson <md1ulfc@mdstud.chalmers.se>2000-03-18 15:08:06 +0000
committerUlf Carlsson <md1ulfc@mdstud.chalmers.se>2000-03-18 15:08:06 +0000
commitf01bd7aeafd95a08aafc9e3636bb26974df69d82 (patch)
treeb05a72a578bf4cf11da5db50cc61fd465412621f /arch/mips64/kernel/scall_o32.S
parentaae30dcc048664bc219817cd69097168e2e69e13 (diff)
o Disable the debug output that Kanoj disabled that I enabled
Diffstat (limited to 'arch/mips64/kernel/scall_o32.S')
-rw-r--r--arch/mips64/kernel/scall_o32.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips64/kernel/scall_o32.S b/arch/mips64/kernel/scall_o32.S
index a04be8b06..9d09499c6 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.11 2000/03/17 22:42:13 kanoj Exp $
+/* $Id: scall_o32.S,v 1.12 2000/03/18 09:02:17 ulfc 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 1
+#if 0
SAVE_ALL
ld a1, PT_R2(sp)
PRINT("Got syscall %d\n")