Source-Changes-HG archive

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

[src/trunk]: src/common/lib/libc/arch/arm/atomic #define<tab> consistency.



details:   https://anonhg.NetBSD.org/src/rev/50a77eea2ca9
branches:  trunk
changeset: 984888:50a77eea2ca9
user:      simonb <simonb%NetBSD.org@localhost>
date:      Wed Jul 28 08:01:10 2021 +0000

description:
#define<tab> consistency.

diffstat:

 common/lib/libc/arch/arm/atomic/atomic_op_asm.h |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 1c36634021fd -r 50a77eea2ca9 common/lib/libc/arch/arm/atomic/atomic_op_asm.h
--- a/common/lib/libc/arch/arm/atomic/atomic_op_asm.h   Wed Jul 28 07:32:20 2021 +0000
+++ b/common/lib/libc/arch/arm/atomic/atomic_op_asm.h   Wed Jul 28 08:01:10 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atomic_op_asm.h,v 1.9 2021/07/28 07:32:20 skrll Exp $  */
+/*     $NetBSD: atomic_op_asm.h,v 1.10 2021/07/28 08:01:10 simonb Exp $        */
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -75,11 +75,11 @@
 #endif
 
 #ifdef _ARM_ARCH_7
-#define DMB    dmb     ish
+#define        DMB     dmb     ish
 #define        DMBST   dmb     ishst
 #else
-#define DMB    mcr     p15, 0, r0, c7, c10, 5  /* Data Memory Barrier */
-#define DMBST  DMB
+#define        DMB     mcr     p15, 0, r0, c7, c10, 5  /* Data Memory Barrier */
+#define        DMBST   DMB
 #endif
 
 #endif /* _ATOMIC_OP_ASM_H_ */



Home | Main Index | Thread Index | Old Index