dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/sh/boards/mach-cayman
Yong Zhang d11584a044 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>
2011-10-28 14:39:28 +09:00
..
Makefile sh: Move out cayman-specific panic handler code to its own file. 2009-05-08 17:41:59 +09:00
irq.c SH: irq: Remove IRQF_DISABLED 2011-10-28 14:39:28 +09:00
panic.c sh: Move out cayman-specific panic handler code to its own file. 2009-05-08 17:41:59 +09:00
setup.c sh: Use device_initcall() instead of __initcall() 2011-01-11 12:47:45 +09:00