Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114668
b: refs/heads/master
c: 9b8f386
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Dickgreber authored and Ralf Baechle committed Oct 15, 2008
1 parent f63f7c1 commit 31408d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 201c72a3799af598d492c500259c9e18b7db321a
refs/heads/master: 9b8f3863d958eaf8747d9daf89998b558bcd6e33
2 changes: 1 addition & 1 deletion trunk/arch/mips/include/asm/spinlock.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ static inline void __raw_spin_unlock(raw_spinlock_t *lock)
" ori %[ticket], %[ticket], 0x2000 \n"
" xori %[ticket], %[ticket], 0x2000 \n"
" sc %[ticket], %[ticket_ptr] \n"
" beqzl %[ticket], 2f \n"
" beqzl %[ticket], 1b \n"
: [ticket_ptr] "+m" (lock->lock),
[ticket] "=&r" (tmp));
} else {
Expand Down

0 comments on commit 31408d6

Please sign in to comment.