SH: irq: Remove IRQF_DISABLED
authorYong Zhang <yong.zhang0@gmail.com>
Sat, 22 Oct 2011 09:56:28 +0000 (17:56 +0800)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 28 Oct 2011 05:39:28 +0000 (14:39 +0900)
Since commit [e58aa3d2: 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 <yong.zhang0@gmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found