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:
2aec5c6
)
IB/cm: Use spin_lock_irq() instead of spin_lock_irqsave() when possible
author
Sean Hefty
<sean.hefty@intel.com>
Mon, 18 Jun 2007 18:09:36 +0000
(11:09 -0700)
committer
Roland Dreier
<rolandd@cisco.com>
Wed, 11 Jul 2007 04:47:29 +0000
(21:47 -0700)
The ib_cm is a little over zealous about using spin_lock_irqsave,
when spin_lock_irq would do.
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found