]> git.baikalelectronics.ru Git - kernel.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)
commit93b86d01c820440c57a21258ccc98ea767f90e31
treefa1f0314db4d1a7d6a482d5845da2ffa1d99dd73
parentf7119f5e307838341320f4fd0a6249c457ba2560
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