Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234313
b: refs/heads/master
c: 61bb460
h: refs/heads/master
i:
  234311: d509148
v: v3
  • Loading branch information
Thomas Gleixner committed Jan 27, 2011
1 parent b7c93a0 commit 5bb73db
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: f97b12cce6dea51880a6a89d4607c29c70a6a841
refs/heads/master: 61bb46082775acd18c712607615a8b7dbeff7873
2 changes: 1 addition & 1 deletion trunk/arch/alpha/include/asm/rwsem.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ struct rw_semaphore {
};

#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 5bb73db

Please sign in to comment.