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 Sort the #define __HAVEs. NFCI.
details: https://anonhg.NetBSD.org/src/rev/4787e717d99f
branches: trunk
changeset: 936556:4787e717d99f
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Jul 30 06:54:07 2020 +0000
description:
Sort the #define __HAVEs. NFCI.
diffstat:
sys/arch/mips/include/types.h | 32 +++++++++++++++-----------------
1 files changed, 15 insertions(+), 17 deletions(-)
diffs (64 lines):
diff -r 65c8a5e3590f -r 4787e717d99f sys/arch/mips/include/types.h
--- a/sys/arch/mips/include/types.h Thu Jul 30 03:57:52 2020 +0000
+++ b/sys/arch/mips/include/types.h Thu Jul 30 06:54:07 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.70 2020/04/30 20:48:10 skrll Exp $ */
+/* $NetBSD: types.h,v 1.71 2020/07/30 06:54:07 skrll Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -142,28 +142,32 @@
#define PCU_UNIT_COUNT 2
#endif
-
#define __SIMPLELOCK_LOCKED 1
#define __SIMPLELOCK_UNLOCKED 0
-#define __HAVE_FAST_SOFTINTS
-#define __HAVE_SYSCALL_INTERN
-#define __HAVE_CPU_LWP_SETPRIVATE
+#define __HAVE_COMMON___TLS_GET_ADDR
+#define __HAVE_CPU_COUNTER
#define __HAVE_CPU_DATA_FIRST
+#define __HAVE_CPU_LWP_SETPRIVATE
+#define __HAVE_CPU_UAREA_ROUTINES
+#define __HAVE_FAST_SOFTINTS
#define __HAVE_MD_CPU_OFFLINE
-#define __HAVE_CPU_COUNTER
-#define __HAVE_CPU_UAREA_ROUTINES
-#define __HAVE_COMMON___TLS_GET_ADDR
+#define __HAVE_MM_MD_DIRECT_MAPPED_PHYS
+#define __HAVE_MM_MD_KERNACC
+#define __HAVE_MM_MD_CACHE_ALIASING
+#define __HAVE_SYSCALL_INTERN
+#define __HAVE_TLS_VARIANT_I
+#define __HAVE_UCAS_FULL
#define __HAVE___LWP_GETTCB_FAST
#define __HAVE___LWP_SETTCB
-#define __HAVE_TLS_VARIANT_I
+
+/* XXX temporary */
+#define __HAVE_UNLOCKED_PMAP
#if !defined(__mips_o32)
#define __HAVE_ATOMIC64_OPS
#endif
-#define __HAVE_UCAS_FULL
-
#if defined(_KERNEL)
#define __HAVE_RAS
#if defined(_LP64)
@@ -171,11 +175,5 @@
#endif
#endif /* _KERNEL */
-#define __HAVE_MM_MD_DIRECT_MAPPED_PHYS
-#define __HAVE_MM_MD_KERNACC
-#define __HAVE_MM_MD_CACHE_ALIASING
-
-/* XXX temporary */
-#define __HAVE_UNLOCKED_PMAP
#endif /* _MIPS_TYPES_H_ */
Home |
Main Index |
Thread Index |
Old Index