]> Pileus Git - ~andy/linux/commit
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)
commitd11584a0449f881181dc94dd697d3f3896c15c73
tree0ca8ec496e6ba3a5ae687b8ba4cea5f55cc5bec2
parentc63bcc6ff135397b38cdb510c173e4a6629cede5
SH: irq: Remove IRQF_DISABLED

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>
arch/sh/boards/board-secureedge5410.c
arch/sh/boards/mach-cayman/irq.c
arch/sh/boards/mach-hp6xx/hp6xx_apm.c
arch/sh/drivers/dma/dma-g2.c
arch/sh/drivers/dma/dma-pvr2.c
arch/sh/drivers/dma/dma-sh.c
arch/sh/drivers/dma/dmabrg.c
arch/sh/drivers/pci/pci-sh5.c
arch/sh/drivers/pci/pci-sh7780.c
arch/sh/drivers/push-switch.c
arch/sh/kernel/cpu/sh4a/smp-shx3.c