Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/malta Remove useless call to consinit().



details:   https://anonhg.NetBSD.org/src/rev/f2388b613b35
branches:  trunk
changeset: 554394:f2388b613b35
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Oct 27 18:36:26 2003 +0000

description:
Remove useless call to consinit().

diffstat:

 sys/arch/evbmips/malta/machdep.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 95e3047a5647 -r f2388b613b35 sys/arch/evbmips/malta/machdep.c
--- a/sys/arch/evbmips/malta/machdep.c  Mon Oct 27 17:56:04 2003 +0000
+++ b/sys/arch/evbmips/malta/machdep.c  Mon Oct 27 18:36:26 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.14 2003/09/26 16:00:28 simonb Exp $      */
+/*     $NetBSD: machdep.c,v 1.15 2003/10/27 18:36:26 simonb Exp $      */
 
 /*
  * Copyright 2001, 2002 Wasabi Systems, Inc.
@@ -112,7 +112,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.14 2003/09/26 16:00:28 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.15 2003/10/27 18:36:26 simonb Exp $");
 
 #include "opt_ddb.h"
 #include "opt_execfmt.h"
@@ -267,8 +267,6 @@
        panic("malta: not configured to use serial console");
 #endif /* NCOM > 0 */
 
-       consinit();
-
        mem_clusters[0].start = 0;
        mem_clusters[0].size = ctob(physmem);
        mem_cluster_cnt = 1;



Home | Main Index | Thread Index | Old Index