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 Add tlb_asid_t



details:   https://anonhg.NetBSD.org/src/rev/1ea4b571005e
branches:  trunk
changeset: 338842:1ea4b571005e
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jun 11 14:32:16 2015 +0000

description:
Add tlb_asid_t

diffstat:

 sys/arch/mips/include/types.h |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 39699b90aa15 -r 1ea4b571005e sys/arch/mips/include/types.h
--- a/sys/arch/mips/include/types.h     Thu Jun 11 08:22:08 2015 +0000
+++ b/sys/arch/mips/include/types.h     Thu Jun 11 14:32:16 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: types.h,v 1.57 2015/06/10 22:31:00 matt Exp $  */
+/*     $NetBSD: types.h,v 1.58 2015/06/11 14:32:16 matt Exp $  */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -76,7 +76,7 @@
 #define        PRIxVSIZE       PRIx32
 #define        PRIdVSIZE       PRId32
 #endif
-#endif
+#endif /* NETBSD_SOURCE */
 
 typedef int            mips_prid_t;
 /* Make sure this is signed; we need pointers to be sign-extended. */
@@ -123,7 +123,9 @@
 #define        _L_S8           11
 #define        _L_RA           12
 #define        _L_SR           13
-#endif
+
+typedef __uint32_t tlb_asid_t;
+#endif /* defined(_KERNEL) || defined(_NETBSD_SOURCE) */
 
 #if defined(_KERNEL) || defined(_KMEMUSER)
 #define        PCU_FPU         0



Home | Main Index | Thread Index | Old Index