commit | 26ed687fdd541c2542b79dcd75fb2c82eb36f189 | [log] [tgz] |
---|---|---|
author | Joachim Fenkes <fenkes@de.ibm.com> | Mon Jul 09 15:31:10 2007 +0200 |
committer | Roland Dreier <rolandd@cisco.com> | Mon Jul 09 20:12:27 2007 -0700 |
tree | 45d5ad42b6b9259f273cc274d0fbf18a6d169e91 | |
parent | 28db6beb420c756c61dd44d9f2786a0677159e74 [diff] |
IB/ehca: Change idr spinlocks into rwlocks 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>