Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22673
b: refs/heads/master
c: 7ad4a5d
h: refs/heads/master
i:
  22671: b457a62
v: v3
  • Loading branch information
Lucas Correia Villa Real authored and Adrian Bunk committed Mar 21, 2006
1 parent 7a6261c commit 0a2d4b7
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: 4de151d8cd2553e7e89044ab5d72fcad4eb04afb
refs/heads/master: 7ad4a5d56874b37ad24d89aae2f8d192ba7b1521
2 changes: 1 addition & 1 deletion trunk/Documentation/spinlocks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ removed soon. So for any new code dynamic initialization should be used:
static int __init xxx_init(void)
{
spin_lock_init(&xxx_lock);
rw_lock_init(&xxx_rw_lock);
rwlock_init(&xxx_rw_lock);
...
}

Expand Down

0 comments on commit 0a2d4b7

Please sign in to comment.