Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/include Sort __HAVE_* defines



details:   https://anonhg.NetBSD.org/src/rev/858ae35c76a0
branches:  trunk
changeset: 467219:858ae35c76a0
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Jan 17 20:28:14 2020 +0000

description:
Sort __HAVE_* defines

diffstat:

 sys/arch/arm/include/types.h |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 85c55f488ade -r 858ae35c76a0 sys/arch/arm/include/types.h
--- a/sys/arch/arm/include/types.h      Fri Jan 17 20:27:28 2020 +0000
+++ b/sys/arch/arm/include/types.h      Fri Jan 17 20:28:14 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: types.h,v 1.38 2019/04/06 03:06:25 thorpej Exp $       */
+/*     $NetBSD: types.h,v 1.39 2020/01/17 20:28:14 skrll Exp $ */
 
 /*
  * Copyright (c) 1990 The Regents of the University of California.
@@ -79,14 +79,14 @@
 #define        __SIMPLELOCK_LOCKED     1
 #define        __SIMPLELOCK_UNLOCKED   0
 
-#define        __HAVE_SYSCALL_INTERN
-#define        __HAVE_NEW_STYLE_BUS_H
+#define        __HAVE_COMMON___TLS_GET_ADDR
+#define        __HAVE_CPU_DATA_FIRST
 #define        __HAVE_MINIMAL_EMUL
-#define __HAVE_CPU_DATA_FIRST
+#define        __HAVE_NEW_STYLE_BUS_H
+#define        __HAVE_OLD_DISKLABEL
+#define        __HAVE_SYSCALL_INTERN
+#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
 #if defined(__ARM_EABI__) && defined(_ARM_ARCH_6)
 #define        __HAVE_ATOMIC64_OPS
 #endif



Home | Main Index | Thread Index | Old Index