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:
28db6be
)
IB/ehca: Change idr spinlocks into rwlocks
author
Joachim Fenkes
<fenkes@de.ibm.com>
Mon, 9 Jul 2007 13:31:10 +0000
(15:31 +0200)
committer
Roland Dreier
<rolandd@cisco.com>
Tue, 10 Jul 2007 03:12:27 +0000
(20:12 -0700)
This eliminates lock contention among IRQs as well as the need to
disable IRQs around idr_find, because there are no IRQ writers.
Signed-off-by: Joachim Fenkes <fenkes@de.ibm.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found