]> git.baikalelectronics.ru Git - kernel.git/commit
um: irq: Remove IRQF_DISABLED
authorYong Zhang <yong.zhang0@gmail.com>
Thu, 22 Sep 2011 08:58:46 +0000 (16:58 +0800)
committerRichard Weinberger <richard@nod.at>
Sat, 24 Mar 2012 23:29:52 +0000 (00:29 +0100)
commitc15bc2abff777a10d24a9bfc8ab81a086cea28c5
treee6f8427119e3e4c4aada70cfb04c6c430dcc7f84
parent9252ed1da912150b3ace334256782202ed39f297
um: irq: Remove IRQF_DISABLED

Since commit [16b7a78c: 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 [93b86d01:
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: Richard Weinberger <richard@nod.at>
arch/um/drivers/line.c
arch/um/drivers/mconsole_kern.c
arch/um/drivers/net_kern.c
arch/um/drivers/port_kern.c
arch/um/drivers/random.c
arch/um/drivers/ubd_kern.c
arch/um/drivers/xterm_kern.c
arch/um/kernel/sigio.c
arch/um/kernel/time.c