Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sgimips/sgimips Remove the extra call to consinit().
details: https://anonhg.NetBSD.org/src/rev/6bb0c7b93282
branches: trunk
changeset: 556217:6bb0c7b93282
user: lonewolf <lonewolf%NetBSD.org@localhost>
date: Wed Dec 10 00:00:51 2003 +0000
description:
Remove the extra call to consinit().
diffstat:
sys/arch/sgimips/sgimips/machdep.c | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diffs (30 lines):
diff -r 876d3738e7c9 -r 6bb0c7b93282 sys/arch/sgimips/sgimips/machdep.c
--- a/sys/arch/sgimips/sgimips/machdep.c Tue Dec 09 22:04:25 2003 +0000
+++ b/sys/arch/sgimips/sgimips/machdep.c Wed Dec 10 00:00:51 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.60 2003/11/17 10:07:58 keihan Exp $ */
+/* $NetBSD: machdep.c,v 1.61 2003/12/10 00:00:51 lonewolf Exp $ */
/*
* Copyright (c) 2000 Soren S. Jorvang
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.60 2003/11/17 10:07:58 keihan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.61 2003/12/10 00:00:51 lonewolf Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -417,11 +417,6 @@
break;
}
- /*
- * Now that we know the system type, set up the real console
- */
- consinit();
-
physmem = arcsmem = 0;
mem_cluster_cnt = 0;
mem = NULL;
Home |
Main Index |
Thread Index |
Old Index