]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
TTY: irq: Remove IRQF_DISABLED
authorYong Zhang <yong.zhang0@gmail.com>
Thu, 22 Sep 2011 08:59:15 +0000 (16:59 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 22 Sep 2011 23:08:57 +0000 (16:08 -0700)
commit9cfb5c05fee914cc65d4706801f6bc424082b5f5
treea71d33f1c89841b4e848546c0dedd9b880f473f7
parent94abc56f4d90f289ea32a0a11d3577fcd8cb28fb
TTY: 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>
Acked-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
19 files changed:
drivers/tty/amiserial.c
drivers/tty/cyclades.c
drivers/tty/hvc/hvc_irq.c
drivers/tty/hvc/hvcs.c
drivers/tty/hvc/hvsi.c
drivers/tty/isicom.c
drivers/tty/serial/68328serial.c
drivers/tty/serial/altera_jtaguart.c
drivers/tty/serial/altera_uart.c
drivers/tty/serial/bfin_sport_uart.c
drivers/tty/serial/bfin_uart.c
drivers/tty/serial/crisv10.c
drivers/tty/serial/icom.c
drivers/tty/serial/lantiq.c
drivers/tty/serial/mcf.c
drivers/tty/serial/mpc52xx_uart.c
drivers/tty/serial/serial_ks8695.c
drivers/tty/serial/sh-sci.c
drivers/tty/serial/sn_console.c