Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/include make struct page_size_map consisten...



details:   https://anonhg.NetBSD.org/src/rev/17b835b93ec9
branches:  trunk
changeset: 770152:17b835b93ec9
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Oct 06 06:55:34 2011 +0000

description:
make struct page_size_map consistent across DEBUG/!DEBUG kernels.

diffstat:

 sys/arch/sparc64/include/pmap.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 88be3f0ed3d5 -r 17b835b93ec9 sys/arch/sparc64/include/pmap.h
--- a/sys/arch/sparc64/include/pmap.h   Thu Oct 06 05:24:41 2011 +0000
+++ b/sys/arch/sparc64/include/pmap.h   Thu Oct 06 06:55:34 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.54 2011/06/12 03:35:47 rmind Exp $  */
+/*     $NetBSD: pmap.h,v 1.55 2011/10/06 06:55:34 mrg Exp $    */
 
 /*-
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -97,7 +97,7 @@
 struct page_size_map {
        uint64_t mask;
        uint64_t code;
-#ifdef DEBUG
+#if defined(DEBUG) || 1
        uint64_t use;
 #endif
 };



Home | Main Index | Thread Index | Old Index