Module Name:    src
Committed By:   matt
Date:           Thu Jun 11 14:32:16 UTC 2015

Modified Files:
        src/sys/arch/mips/include: types.h

Log Message:
Add tlb_asid_t


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/mips/include/types.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/types.h
diff -u src/sys/arch/mips/include/types.h:1.57 src/sys/arch/mips/include/types.h:1.58
--- src/sys/arch/mips/include/types.h:1.57	Wed Jun 10 22:31:00 2015
+++ src/sys/arch/mips/include/types.h	Thu Jun 11 14:32:16 2015
@@ -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 @@ typedef __uint32_t	vsize_t;
 #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 @@ typedef struct label_t {
 #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

Reply via email to