From: Yong Zhang Date: Wed, 21 Sep 2011 09:28:26 +0000 (+0800) Subject: ata: irq: Remove IRQF_DISABLED X-Git-Tag: v3.2-rc1~151^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6013995af69a2f4f22b3f3274972742edacc44ac;p=pandora-kernel.git ata: irq: Remove IRQF_DISABLED Since commit [c58543c8: 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 (see commit [b738a50a: genirq: Warn when handler enables interrupts]). So now this flag is a NOOP and can be removed. Signed-off-by: Yong Zhang Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed