commit | 43f7775944e40221827e4b3aec43824aa4c4e4a9 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Thu Jun 29 02:24:58 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Jun 29 10:26:25 2006 -0700 |
tree | 842490e2fe78b8676741d1b012a4256c2224685c | |
parent | f1c2662cbc6a0a9772655649bdf579803d33470b [diff] |
[PATCH] genirq: more verbose debugging on unexpected IRQ vectors One frequent sign of IRQ handling bugs is the appearance of unexpected vectors. Print out all the IRQ state in that case. We dont want this patch upstream, but it is useful during initial testing. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>