[PATCH] Debug shared irqs
authorDavid Woodhouse <[email protected]>
Mon, 12 Feb 2007 08:52:00 +0000 (00:52 -0800)
committerLinus Torvalds <[email protected]>
Mon, 12 Feb 2007 17:48:28 +0000 (09:48 -0800)
commita304e1b82808904c561b7b149b467e338c53fcce
tree068b68c37f6f11de116288886eb211f267d790f7
parentf9e4acf3befd3b2903e01b3ef1bd344f03299826
[PATCH] Debug shared irqs

Drivers registering IRQ handlers with SA_SHIRQ really ought to be able to
handle an interrupt happening before request_irq() returns.  They also
ought to be able to handle an interrupt happening during the start of their
call to free_irq().  Let's test that hypothesis....

[[email protected]: Kconfig fixes]
Signed-off-by: David Woodhouse <[email protected]>
Cc: Arjan van de Ven <[email protected]>
Signed-off-by: Jesper Juhl <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
kernel/irq/manage.c
lib/Kconfig.debug