MIPS: Fix wrong branch target in new spin_lock code.
Signed-off-by: Johannes Dickgreber <tanzy@gmx.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
201c72a379
commit
9b8f3863d9
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue