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 Remove unused struct pt_entry_t union.



details:   https://anonhg.NetBSD.org/src/rev/748014ea8453
branches:  trunk
changeset: 339127:748014ea8453
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Jun 27 21:44:06 2015 +0000

description:
Remove unused struct pt_entry_t union.

diffstat:

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

diffs (20 lines):

diff -r c5a4e68ceee6 -r 748014ea8453 sys/arch/mips/include/pte.h
--- a/sys/arch/mips/include/pte.h       Sat Jun 27 20:34:11 2015 +0000
+++ b/sys/arch/mips/include/pte.h       Sat Jun 27 21:44:06 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pte.h,v 1.21 2015/06/11 08:22:09 matt Exp $    */
+/*     $NetBSD: pte.h,v 1.22 2015/06/27 21:44:06 matt Exp $    */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -56,8 +56,10 @@
 
 typedef union pt_entry {
        uint32_t         pt_entry;      /* for copying, etc. */
+#if 0
        struct mips1_pte pt_mips1_pte;  /* for getting to bits by name */
        struct mips3_pte pt_mips3_pte;
+#endif
 } pt_entry_t;
 
 /*



Home | Main Index | Thread Index | Old Index