]> git.karo-electronics.de Git - karo-tx-linux.git/commit
IB/ehca: Remove IRQF_DISABLED, since it's a no-op
authorYong Zhang <yong.zhang0@gmail.com>
Thu, 22 Sep 2011 08:59:00 +0000 (16:59 +0800)
committerRoland Dreier <roland@purestorage.com>
Fri, 23 Sep 2011 18:09:09 +0000 (11:09 -0700)
commit7fa9507eefffd6c23e16e9198be349c662783f7a
treead377cc046308ab8fbbacba5f4b499e1cf274f6e
parentfcb8ce5cfe30ca9ca5c9a79cdfe26d1993e65e0c
IB/ehca: Remove IRQF_DISABLED, since it's a no-op

Since commit e58aa3d2d0cc ("genirq: Run irq handlers with interrupts
disabled"), we run all interrupt handlers with interrupts disabled and
we even check and yell when an interrupt handler returns with
interrupts enabled -- cf commit b738a50a2026 ("genirq: Warn when
handler enables interrupts").

So now this flag is a no-op and can be removed.

Signed-off-by: Yong Zhang <yong.zhang0@gmail.com>
Acked-by: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/hw/ehca/ehca_eq.c