Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/sparc64 back out part of previous.
details: https://anonhg.NetBSD.org/src/rev/29371712ebf3
branches: trunk
changeset: 488107:29371712ebf3
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Jun 18 08:13:26 2000 +0000
description:
back out part of previous.
diffstat:
sys/arch/sparc64/sparc64/machdep.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 3a8eec079623 -r 29371712ebf3 sys/arch/sparc64/sparc64/machdep.c
--- a/sys/arch/sparc64/sparc64/machdep.c Sun Jun 18 07:20:15 2000 +0000
+++ b/sys/arch/sparc64/sparc64/machdep.c Sun Jun 18 08:13:26 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.67 2000/06/18 07:13:41 mrg Exp $ */
+/* $NetBSD: machdep.c,v 1.68 2000/06/18 08:13:26 mrg Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -130,7 +130,6 @@
/* #include "fb.h" */
int bus_space_debug = 0; /* This may be used by macros elsewhere. */
-#define BSDB_MAP 0x1
#ifdef DEBUG
#define DPRINTF(l, s) do { if (bus_space_debug & l) printf s; } while (0)
#else
Home |
Main Index |
Thread Index |
Old Index