Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/arch/alpha/alpha Pull up 1.168 -> 1.169.
details: https://anonhg.NetBSD.org/src/rev/6f1f089a82b3
branches: netbsd-1-4
changeset: 468311:6f1f089a82b3
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Apr 16 23:26:17 1999 +0000
description:
Pull up 1.168 -> 1.169.
diffstat:
sys/arch/alpha/alpha/machdep.c | 11 ++++-------
1 files changed, 4 insertions(+), 7 deletions(-)
diffs (34 lines):
diff -r cde680990d1c -r 6f1f089a82b3 sys/arch/alpha/alpha/machdep.c
--- a/sys/arch/alpha/alpha/machdep.c Fri Apr 16 23:24:57 1999 +0000
+++ b/sys/arch/alpha/alpha/machdep.c Fri Apr 16 23:26:17 1999 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: machdep.c,v 1.167.2.2 1999/04/16 16:13:49 chs Exp $ */
+/* $NetBSD: machdep.c,v 1.167.2.3 1999/04/16 23:26:17 thorpej Exp $ */
/*-
- * Copyright (c) 1998 The NetBSD Foundation, Inc.
+ * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
@@ -82,7 +82,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.167.2.2 1999/04/16 16:13:49 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.167.2.3 1999/04/16 23:26:17 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -444,10 +444,7 @@
* Initalize the real console, so the the bootstrap console is
* no longer necessary.
*/
-#ifdef _PMAP_MAY_USE_PROM_CONSOLE
- if (!pmap_uses_prom_console())
-#endif
- (*platform.cons_init)();
+ (*platform.cons_init)();
#ifdef DIAGNOSTIC
/* Paranoid sanity checking */
Home |
Main Index |
Thread Index |
Old Index