]> Git Repo - linux.git/commit
[PATCH] warn if free_irq() is called from IRQ context
authorIngo Molnar <[email protected]>
Sun, 26 Mar 2006 09:36:54 +0000 (01:36 -0800)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
kernel/irq/manage.c
This page took 0.042515 seconds and 4 git commands to generate.