Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IB/ehca: Remove IRQF_DISABLED, since it's a no-op
Since commit e58aa3d ("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 b738a50 ("genirq: Warn when handler enables interrupts"). So now this flag is a no-op and can be removed. Signed-off-by: Yong Zhang <[email protected]> Acked-by: Hoang-Nam Nguyen <[email protected]> Signed-off-by: Roland Dreier <[email protected]>
- Loading branch information