commit | c7a14939e78e75dd90b54cb0df371019bc6d3e89 | [log] [tgz] |
---|---|---|
author | Joachim Fenkes <fenkes@de.ibm.com> | Wed May 09 13:48:20 2007 +0200 |
committer | Roland Dreier <rolandd@cisco.com> | Mon May 14 13:40:05 2007 -0700 |
tree | 4c139f1abea8de4e0211f79a1f990ea80bd8f883 | |
parent | c55a0ddd8ebdd657224449c2fbfcd427e054c8cc [diff] |
IB/ehca: Remove _irqsave, move #ifdef - 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>