Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177217
b: refs/heads/master
c: 21fc3fd
h: refs/heads/master
i:
  177215: 6758d50
v: v3
  • Loading branch information
Thomas Gleixner authored and Tony Luck committed Dec 15, 2009
1 parent c06e345 commit 11317f1
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: e2a465675dc089e9a56ba2fa2a5fbd9bd8844d18
refs/heads/master: 21fc3fded7095f6018e770412b6881ced4c09d6f
2 changes: 1 addition & 1 deletion trunk/arch/ia64/include/asm/rwsem.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ struct rw_semaphore {
#define RWSEM_ACTIVE_WRITE_BIAS (RWSEM_WAITING_BIAS + RWSEM_ACTIVE_BIAS)

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

#define DECLARE_RWSEM(name) \
Expand Down

0 comments on commit 11317f1

Please sign in to comment.