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:
c55a0dd
)
IB/ehca: Remove _irqsave, move #ifdef
author
Joachim Fenkes
<fenkes@de.ibm.com>
Wed, 9 May 2007 11:48:20 +0000
(13:48 +0200)
committer
Roland Dreier
<rolandd@cisco.com>
Mon, 14 May 2007 20:40:05 +0000
(13:40 -0700)
- In ehca_process_eq(), we're IRQ safe throughout the whole function, so we
don't need another _irqsave in the middle of flight.
- take_over_work() is only called by comp_pool_callback(), so it can move
into the same #ifdef block.
Signed-off-by: Joachim Fenkes <fenkes@de.ibm.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found