Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/aarch64/include sort __HAVE_* defines. NFCI



details:   https://anonhg.NetBSD.org/src/rev/365f78529f4f
branches:  trunk
changeset: 744847:365f78529f4f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Feb 14 07:21:02 2020 +0000

description:
sort __HAVE_* defines.  NFCI

diffstat:

 sys/arch/aarch64/include/types.h |  18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diffs (37 lines):

diff -r d75fa9468c21 -r 365f78529f4f sys/arch/aarch64/include/types.h
--- a/sys/arch/aarch64/include/types.h  Fri Feb 14 04:38:48 2020 +0000
+++ b/sys/arch/aarch64/include/types.h  Fri Feb 14 07:21:02 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.13 2019/12/06 18:16:22 kamil Exp $ */
+/* $NetBSD: types.h,v 1.14 2020/02/14 07:21:02 skrll Exp $ */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -92,19 +92,19 @@
 #define __SIMPLELOCK_LOCKED    1
 #define __SIMPLELOCK_UNLOCKED  0
 
+#define __HAVE_ATOMIC64_OPS
+#define __HAVE_COMMON___TLS_GET_ADDR
+#define __HAVE_CPU_COUNTER
+#define __HAVE_CPU_DATA_FIRST
 #define __HAVE_FAST_SOFTINTS
+#define __HAVE_MINIMAL_EMUL
 #define __HAVE_MM_MD_DIRECT_MAPPED_PHYS
 #define __HAVE_MM_MD_KERNACC
-#define __HAVE_CPU_COUNTER
+#define __HAVE_NEW_STYLE_BUS_H
+#define __HAVE_OLD_DISKLABEL   /* compatibility */
 #define __HAVE_SYSCALL_INTERN
-#define __HAVE_NEW_STYLE_BUS_H
-#define __HAVE_MINIMAL_EMUL
-#define __HAVE_CPU_DATA_FIRST
+#define __HAVE_TLS_VARIANT_I
 #define __HAVE___LWP_GETPRIVATE_FAST
-#define __HAVE_COMMON___TLS_GET_ADDR
-#define __HAVE_TLS_VARIANT_I
-#define __HAVE_OLD_DISKLABEL   /* compatibility */
-#define __HAVE_ATOMIC64_OPS
 
 #if defined(_KERNEL) || defined(_KMEMUSER)
 #define PCU_FPU                        0



Home | Main Index | Thread Index | Old Index