IB/ehca: Do not turn off irqs in tasklet context
authorAlexander Schmidt <alexs@linux.vnet.ibm.com>
Wed, 27 Jan 2010 17:01:56 +0000 (17:01 +0000)
committerRoland Dreier <rolandd@cisco.com>
Fri, 12 Feb 2010 23:22:37 +0000 (15:22 -0800)
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>

No differences found