aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/lib/bitops.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/lib/bitops.h b/arch/arm/lib/bitops.h
index a9d9d152a751..10d868a5a481 100644
--- a/arch/arm/lib/bitops.h
+++ b/arch/arm/lib/bitops.h
@@ -12,7 +12,7 @@
12 strex r0, r2, [r1] 12 strex r0, r2, [r1]
13 cmp r0, #0 13 cmp r0, #0
14 bne 1b 14 bne 1b
15 mov pc, lr 15 bx lr
16 .endm 16 .endm
17 17
18 .macro testop, instr, store 18 .macro testop, instr, store
@@ -33,7 +33,7 @@
33 smp_dmb 33 smp_dmb
34 cmp r0, #0 34 cmp r0, #0
35 movne r0, #1 35 movne r0, #1
362: mov pc, lr 362: bx lr
37 .endm 37 .endm
38#else 38#else
39 .macro bitop, instr 39 .macro bitop, instr