Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/sparc64/sparc64 Apply patch (requested by mart...



details:   https://anonhg.NetBSD.org/src/rev/cba05737ca1a
branches:  netbsd-1-5
changeset: 491600:cba05737ca1a
user:      he <he%NetBSD.org@localhost>
date:      Wed May 02 23:02:21 2001 +0000

description:
Apply patch (requested by martin):
  Fix build problem without DEBUG defined.

diffstat:

 sys/arch/sparc64/sparc64/pmap.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 307b17a31f27 -r cba05737ca1a sys/arch/sparc64/sparc64/pmap.c
--- a/sys/arch/sparc64/sparc64/pmap.c   Wed May 02 22:55:05 2001 +0000
+++ b/sys/arch/sparc64/sparc64/pmap.c   Wed May 02 23:02:21 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.56.2.4 2000/10/17 02:06:49 tv Exp $ */
+/*     $NetBSD: pmap.c,v 1.56.2.5 2001/05/02 23:02:21 he Exp $ */
 #undef NO_VCACHE /* Don't forget the locked TLB in dostart */
 #define        HWREF
 /*
@@ -388,6 +388,8 @@
 int    pmap_pages_stolen = 0;
 
 #define        BDPRINTF(n, f)  if (pmapdebug & (n)) prom_printf f
+#else
+#define        BDPRINTF(n, f) /**/
 #endif
 
 #ifdef NOTDEF_DEBUG



Home | Main Index | Thread Index | Old Index