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 db_machine_init() is no longer needed.



details:   https://anonhg.NetBSD.org/src/rev/672beec110b9
branches:  trunk
changeset: 503408:672beec110b9
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Mon Feb 05 13:18:28 2001 +0000

description:
db_machine_init() is no longer needed.
>From Shigeji Ishikawa <psybear%ogre.rim.or.jp@localhost> in port-cobalt/12123.

diffstat:

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

diffs (21 lines):

diff -r d83853180803 -r 672beec110b9 sys/arch/cobalt/cobalt/machdep.c
--- a/sys/arch/cobalt/cobalt/machdep.c  Mon Feb 05 13:14:21 2001 +0000
+++ b/sys/arch/cobalt/cobalt/machdep.c  Mon Feb 05 13:18:28 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.25 2001/01/15 20:19:53 thorpej Exp $     */
+/*     $NetBSD: machdep.c,v 1.26 2001/02/05 13:18:28 tsutsui Exp $     */
 
 /*
  * Copyright (c) 2000 Soren S. Jorvang.  All rights reserved.
@@ -185,11 +185,6 @@
        }
 
 #ifdef DDB
-       /*
-        * Initialize machine-dependent DDB commands, in case of early panic.
-        */
-       db_machine_init();
-
        if (boothowto & RB_KDB)
                Debugger();
 #endif



Home | Main Index | Thread Index | Old Index