Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/arm32 Fix compile without DIAGNOSTICs enabled



details:   https://anonhg.NetBSD.org/src/rev/a0e18378ca37
branches:  trunk
changeset: 513754:a0e18378ca37
user:      chris <chris%NetBSD.org@localhost>
date:      Sat Aug 11 14:47:56 2001 +0000

description:
Fix compile without DIAGNOSTICs enabled

diffstat:

 sys/arch/arm/arm32/pmap.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 175927819fda -r a0e18378ca37 sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Sat Aug 11 13:20:19 2001 +0000
+++ b/sys/arch/arm/arm32/pmap.c Sat Aug 11 14:47:56 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.17 2001/08/11 13:20:19 chris Exp $  */
+/*     $NetBSD: pmap.c,v 1.18 2001/08/11 14:47:56 chris Exp $  */
 
 /*
  * Copyright (c) 2001 Richard Earnshaw
@@ -142,7 +142,7 @@
 #include <machine/param.h>
 #include <machine/katelib.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.17 2001/08/11 13:20:19 chris Exp $");        
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.18 2001/08/11 14:47:56 chris Exp $");        
 #ifdef PMAP_DEBUG
 #define        PDEBUG(_lev_,_stat_) \
        if (pmap_debug_level >= (_lev_)) \
@@ -192,9 +192,7 @@
 pt_entry_t msgbufpte;
 extern caddr_t msgbufaddr;
 
-#ifdef DIAGNOSTIC
 boolean_t pmap_initialized = FALSE;    /* Has pmap_init completed? */
-#endif
 /*
  * locking data structures
  */



Home | Main Index | Thread Index | Old Index