commit | 1204e95689f9fbd245a4ce5c1b0cd0a9b77f8d25 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Fri Feb 25 17:17:18 2011 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Fri Feb 25 17:17:18 2011 +0100 |
tree | 7dafda97ffb9156853904873c1397ac2d2b5b9d7 | |
parent | fd4afaf33313d94f548cb09129ecba3dbab62931 [diff] |
genirq: Make warning in handle_percpu_event useful The WARN_ON_ONCE in handle_percpu_event() which emits a warning when an action handler returns with interrupts enabled is not really useful. It does not reveal the interrupt number and handler function which caused it. Make it WARN_ONCE() and add the information. Reported-by: Tony Luck <tony.luck@intel.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>