Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/sparc remove syscall debugging code; thanks e...
details: https://anonhg.NetBSD.org/src/rev/5dd8ef6710b4
branches: trunk
changeset: 533056:5dd8ef6710b4
user: christos <christos%NetBSD.org@localhost>
date: Thu Jun 20 00:55:39 2002 +0000
description:
remove syscall debugging code; thanks eduardo for fixing the code! looks
much nicer now.
diffstat:
sys/arch/sparc/sparc/trap.c | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r 295f8f64ad3f -r 5dd8ef6710b4 sys/arch/sparc/sparc/trap.c
--- a/sys/arch/sparc/sparc/trap.c Wed Jun 19 23:49:14 2002 +0000
+++ b/sys/arch/sparc/sparc/trap.c Thu Jun 20 00:55:39 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: trap.c,v 1.110 2002/06/19 10:13:43 agc Exp $ */
+/* $NetBSD: trap.c,v 1.111 2002/06/20 00:55:39 christos Exp $ */
/*
* Copyright (c) 1996
@@ -1285,9 +1285,6 @@
}
copywords(ap, args.i, i * sizeof(register_t));
}
-#ifdef SYSCALL_DEBUG
- scdebug_call(p, code, args.i);
-#endif /* SYSCALL_DEBUG */
/* Lock the kernel if the syscall isn't MP-safe. */
if ((callp->sy_flags & SYCALL_MPSAFE) == 0)
Home |
Main Index |
Thread Index |
Old Index