[PATCH] genirq: add genirq sw IRQ-retrigger
authorThomas Gleixner <tglx@linutronix.de>
Thu, 29 Jun 2006 09:24:48 +0000 (02:24 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 29 Jun 2006 17:26:23 +0000 (10:26 -0700)
commita4633adcdbc15ac51afcd0e1395de58cee27cf92
tree5ab714eba77aec7546e862ac6d63a22010819efe
parent11c869eaf1a9c97ef273f824a697fac017d68286
[PATCH] genirq: add genirq sw IRQ-retrigger

Enable platforms that do not have a hardware-assisted hardirq-resend mechanism
to resend them via a softirq-driven IRQ emulation mechanism.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/irq.h
kernel/irq/Makefile
kernel/irq/manage.c
kernel/irq/resend.c [new file with mode: 0644]