commit | 25ef756385ce01834504977c22bcce8d8f000e5b | [log] [tgz] |
---|---|---|
author | Alexander Schmidt <alexs@linux.vnet.ibm.com> | Wed Jan 27 17:01:56 2010 +0000 |
committer | Roland Dreier <rolandd@cisco.com> | Fri Feb 12 15:22:37 2010 -0800 |
tree | c8c9d9bd54e01767903ceaa192586050274c6d77 | |
parent | 676ad585531e965416fd958747894541dabcec96 [diff] |
IB/ehca: Do not turn off irqs in tasklet context The irq_spinlock is only taken in tasklet context, so it is safe not to disable hardware interrupts. Signed-off-by: Alexander Schmidt <alexs@linux.vnet.ibm.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>