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)
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>

No differences found