]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
genirq: Warn when handler enables interrupts
authorThomas Gleixner <tglx@linutronix.de>
Wed, 2 Feb 2011 22:58:19 +0000 (23:58 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 19 Feb 2011 11:58:08 +0000 (12:58 +0100)
commitb738a50a202639614c98b5763b01bf9201779e50
treefa1f0314db4d1a7d6a482d5845da2ffa1d99dd73
parent1082687e8d6292a61759eb83358e7db39fed1bf4
genirq: Warn when handler enables interrupts

We run all handlers with interrupts disabled and expect them not to
enable them. Warn when we catch one who does.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/irq/handle.c