]> git.baikalelectronics.ru Git - kernel.git/commit
genirq: Add IRQ_INPROGRESS to core
authorThomas Gleixner <tglx@linutronix.de>
Mon, 7 Feb 2011 20:48:49 +0000 (21:48 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 19 Feb 2011 11:58:16 +0000 (12:58 +0100)
commit7075d0d691a91d2dd08912d909b8996040e92a89
treef7cb860dde86ba96afcc085ec7a75ca2a41e49b6
parentbe7936ad14c0bf17d0599d0514a25ee58d1a76bd
genirq: Add IRQ_INPROGRESS to core

We need to maintain the flag for now in both fields status and istate.
Add a CONFIG_GENERIC_HARDIRQS_NO_COMPAT switch to allow testing w/o
the status one. Wrap the access to status IRQ_INPROGRESS in a inline
which can be turned of with CONFIG_GENERIC_HARDIRQS_NO_COMPAT along
with the define.

There is no reason that anything outside of core looks at this. That
needs some modifications, but we'll get there.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/irq.h
kernel/irq/Kconfig
kernel/irq/chip.c
kernel/irq/compat.h [new file with mode: 0644]
kernel/irq/handle.c
kernel/irq/internals.h
kernel/irq/manage.c
kernel/irq/settings.h
kernel/irq/spurious.c