Module Name: src
Committed By: matt
Date: Sat Jun 27 21:44:06 UTC 2015
Modified Files:
src/sys/arch/mips/include: pte.h
Log Message:
Remove unused struct pt_entry_t union.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/mips/include/pte.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mips/include/pte.h
diff -u src/sys/arch/mips/include/pte.h:1.21 src/sys/arch/mips/include/pte.h:1.22
--- src/sys/arch/mips/include/pte.h:1.21 Thu Jun 11 08:22:09 2015
+++ src/sys/arch/mips/include/pte.h Sat Jun 27 21:44:06 2015
@@ -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;
/*