Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367262
b: refs/heads/master
c: c47d6a0
h: refs/heads/master
v: v3
  • Loading branch information
Mark Rutland authored and Catalin Marinas committed Apr 30, 2013
1 parent 30eeca1 commit b7906e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1ae90e79051318c34d5a75c2ef5b9a55bd22f2ed
refs/heads/master: c47d6a04e6ed22ccc5d89aaf2a136bf4971de310
4 changes: 2 additions & 2 deletions trunk/arch/arm64/lib/bitops.S
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ ENTRY( \name )
1: ldxr x2, [x1]
lsr x0, x2, x3 // Save old value of bit
\instr x2, x2, x4 // toggle bit
stxr w2, x2, [x1]
cbnz w2, 1b
stxr w5, x2, [x1]
cbnz w5, 1b
smp_dmb ish
and x0, x0, #1
3: ret
Expand Down

0 comments on commit b7906e0

Please sign in to comment.