Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arc/arc Remove db_machine_init(), which was removed...



details:   https://anonhg.NetBSD.org/src/rev/0e771058ec5e
branches:  trunk
changeset: 503412:0e771058ec5e
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Mon Feb 05 13:34:42 2001 +0000

description:
Remove db_machine_init(), which was removed from mips/db_interface.c.

diffstat:

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

diffs (20 lines):

diff -r 92df1e2a241a -r 0e771058ec5e sys/arch/arc/arc/machdep.c
--- a/sys/arch/arc/arc/machdep.c        Mon Feb 05 13:31:17 2001 +0000
+++ b/sys/arch/arc/arc/machdep.c        Mon Feb 05 13:34:42 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.47 2000/12/24 09:25:25 ur Exp $  */
+/*     $NetBSD: machdep.c,v 1.48 2001/02/05 13:34:42 tsutsui Exp $     */
 /*     $OpenBSD: machdep.c,v 1.36 1999/05/22 21:22:19 weingart Exp $   */
 
 /*
@@ -637,10 +637,6 @@
 #endif
 
 #ifdef DDB
-       /*
-        * Initialize machine-dependent DDB commands, in case of early panic.
-        */
-       db_machine_init();
 #if 0 /* XXX */
        /* init symbols if present */
        if (esym)



Home | Main Index | Thread Index | Old Index