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/ded13987f11a
branches: trunk
changeset: 808984:ded13987f11a
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 9db211febe15 -r ded13987f11a 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