Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/include ifdef out bitfield struct for pte (not...



details:   https://anonhg.NetBSD.org/src/rev/02f6b94b107b
branches:  trunk
changeset: 339107:02f6b94b107b
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Jun 26 22:56:36 2015 +0000

description:
ifdef out bitfield struct for pte (not used).

diffstat:

 sys/arch/mips/include/mips1_pte.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r abf3b253997f -r 02f6b94b107b sys/arch/mips/include/mips1_pte.h
--- a/sys/arch/mips/include/mips1_pte.h Fri Jun 26 22:55:40 2015 +0000
+++ b/sys/arch/mips/include/mips1_pte.h Fri Jun 26 22:56:36 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mips1_pte.h,v 1.19 2011/02/20 07:45:47 matt Exp $      */
+/*     $NetBSD: mips1_pte.h,v 1.20 2015/06/26 22:56:36 matt Exp $      */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -45,6 +45,7 @@
  */
 
 #ifndef _LOCORE
+#if 0
 struct mips1_pte {
 #if BYTE_ORDER == BIG_ENDIAN
 unsigned int   pg_pfnum:20,            /* HW: core page frame number or 0 */
@@ -69,6 +70,7 @@
                pg_pfnum:20;            /* HW: core page frame number or 0 */
 #endif
 };
+#endif
 #endif /* _LOCORE */
 
 #define        MIPS1_PG_PROT   0x00000003



Home | Main Index | Thread Index | Old Index