Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/cobalt/cobalt Remove stacktrace() prototype.



details:   https://anonhg.NetBSD.org/src/rev/abfd00da4b35
branches:  trunk
changeset: 486637:abfd00da4b35
user:      soren <soren%NetBSD.org@localhost>
date:      Sat May 27 02:16:25 2000 +0000

description:
Remove stacktrace() prototype.

diffstat:

 sys/arch/cobalt/cobalt/machdep.c |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r af0999aed301 -r abfd00da4b35 sys/arch/cobalt/cobalt/machdep.c
--- a/sys/arch/cobalt/cobalt/machdep.c  Sat May 27 02:15:01 2000 +0000
+++ b/sys/arch/cobalt/cobalt/machdep.c  Sat May 27 02:16:25 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.15 2000/05/26 21:19:36 thorpej Exp $     */
+/*     $NetBSD: machdep.c,v 1.16 2000/05/27 02:16:25 soren Exp $       */
 
 /*
  * Copyright (c) 2000 Soren S. Jorvang.  All rights reserved.
@@ -101,11 +101,6 @@
 void   configure(void);
 void   mach_init(unsigned int);
 
-#ifdef DEBUG
-/* Stack trace code violates prototypes to get callee's registers. */
-extern void    stacktrace(void);
-#endif
-
 /*
  * safepri is a safe priority for sleep to set for a spin-wait during
  * autoconfiguration or after a panic.  Used as an argument to splx().



Home | Main Index | Thread Index | Old Index