Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347413
b: refs/heads/master
c: 00addd1
h: refs/heads/master
i:
  347411: 6a1b39e
v: v3
  • Loading branch information
Wei Yongjun authored and Jesper Nilsson committed Dec 20, 2012
1 parent 91378fe commit 59af905
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: e61ac0b05c53f5b56f3ea623c215437c09d8265b
refs/heads/master: 00addd1a2de8d83dc3a5d6bb926911268ec716c9
2 changes: 1 addition & 1 deletion trunk/arch/cris/include/arch-v32/arch/spinlock.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ static inline int arch_write_trylock(arch_rwlock_t *rw)
ret = 1;
}
arch_spin_unlock(&rw->slock);
return 1;
return ret;
}

#define _raw_read_lock_flags(lock, flags) _raw_read_lock(lock)
Expand Down

0 comments on commit 59af905

Please sign in to comment.