From: Yong Zhang Date: Thu, 6 Oct 2011 16:33:04 +0000 (-0700) Subject: IB/ehca: Remove IRQF_DISABLED, since it's a no-op X-Git-Tag: v3.2-rc1~104^2^8~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10889a36437ffe92c9b81041525ac9661a8f2c92;p=pandora-kernel.git 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 Acked-by: Hoang-Nam Nguyen Signed-off-by: Roland Dreier --- Reading git-diff-tree failed