Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/newsmips/newsmips Remove 2 more unnecessary debuggi...



details:   https://anonhg.NetBSD.org/src/rev/f656d492f8fd
branches:  trunk
changeset: 479841:f656d492f8fd
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Thu Dec 23 07:06:44 1999 +0000

description:
Remove 2 more unnecessary debugging codes.

diffstat:

 sys/arch/newsmips/newsmips/machdep.c |  9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diffs (38 lines):

diff -r 34ed459ce13a -r f656d492f8fd sys/arch/newsmips/newsmips/machdep.c
--- a/sys/arch/newsmips/newsmips/machdep.c      Thu Dec 23 06:52:30 1999 +0000
+++ b/sys/arch/newsmips/newsmips/machdep.c      Thu Dec 23 07:06:44 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.33 1999/12/22 05:55:26 tsubai Exp $      */
+/*     $NetBSD: machdep.c,v 1.34 1999/12/23 07:06:44 tsubai Exp $      */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -43,7 +43,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.33 1999/12/22 05:55:26 tsubai Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.34 1999/12/23 07:06:44 tsubai Exp $");
 
 /* from: Utah Hdr: machdep.c 1.63 91/04/24 */
 
@@ -228,7 +228,6 @@
                _sip = (void *)bi_arg->sip;
                x_maxmem = _sip->apbsi_memsize;
                x_maxmem -= 0x00100000; /* reserve 1MB for ROM monitor */
-               apcall_write(1, "Hello APbus\n", 12);
 
                consinit();
        }
@@ -562,10 +561,8 @@
 
 {
 #ifdef news5000
-       if (systype == NEWS5000) {
-               howto = RB_HALT;        /* XXX */
+       if (systype == NEWS5000)
                apcall_exit(howto);
-       }
 #endif
 #ifdef news3400
        if (systype == NEWS3400)



Home | Main Index | Thread Index | Old Index