[PATCH] warn if free_irq() is called from IRQ context
authorIngo Molnar <mingo@elte.hu>
Sun, 26 Mar 2006 09:36:54 +0000 (01:36 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 26 Mar 2006 16:56:53 +0000 (08:56 -0800)
commitcd7b24bb1891a10ee25168a912ff2304a9571d23
treec8cc6bf9b7c2d3b527f9c5bb8e7ae2b422ee3ac7
parent6dc659d813fdd1789e605d69d0b8762d284e8c60
[PATCH] warn if free_irq() is called from IRQ context

Warn if free_irq() is called in IRQ context - free_irq() can execute /proc
VFS work, which must not be done in IRQ context.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/irq/manage.c