Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77199
b: refs/heads/master
c: 519580f
h: refs/heads/master
i:
  77197: 0332d7a
  77195: bffe08c
  77191: d23025f
  77183: 9c3dbdd
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Jan 26, 2008
1 parent a8879ef commit a938f51
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: 3b4beb31759765efdda9f9431aebfedf828bbfe0
refs/heads/master: 519580fc179be6d06a40edd918747bd5f0e1b899
4 changes: 2 additions & 2 deletions trunk/include/asm-s390/rwsem.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ struct rw_semaphore {
#endif

#define __RWSEM_INITIALIZER(name) \
{ RWSEM_UNLOCKED_VALUE, SPIN_LOCK_UNLOCKED, LIST_HEAD_INIT((name).wait_list) \
__RWSEM_DEP_MAP_INIT(name) }
{ RWSEM_UNLOCKED_VALUE, __SPIN_LOCK_UNLOCKED((name).wait.lock), \
LIST_HEAD_INIT((name).wait_list) __RWSEM_DEP_MAP_INIT(name) }

#define DECLARE_RWSEM(name) \
struct rw_semaphore name = __RWSEM_INITIALIZER(name)
Expand Down

0 comments on commit a938f51

Please sign in to comment.