Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170400
b: refs/heads/master
c: 8a2fe6c
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner authored and David S. Miller committed Nov 8, 2009
1 parent 79fe305 commit a8d2cc7
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: 4df286e52917c95c415400367cfd523dfbb0f93a
refs/heads/master: 8a2fe6c76e230a4591373fdf77c09c36bc9c1318
4 changes: 2 additions & 2 deletions trunk/arch/sparc/include/asm/rwsem.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,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 a8d2cc7

Please sign in to comment.