git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9286b7
)
locking: Use __[SPIN|RW]_LOCK_UNLOCKED in [spin|rw]_lock_init()
author
Thomas Gleixner
<tglx@linutronix.de>
Mon, 16 Nov 2009 18:57:50 +0000
(19:57 +0100)
committer
Thomas Gleixner
<tglx@linutronix.de>
Tue, 24 Nov 2009 13:41:13 +0000
(14:41 +0100)
SPIN_LOCK_UNLOCKED and RW_LOCK_UNLOCKED are deprecated. Replace them
with the __*_LOCK_UNLOCKED variants.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
No differences found