commit | 26579216f3cdf1ae05f0af8412b444870a167510 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Mon Jun 15 06:10:03 2009 -0400 |
committer | Mike Frysinger <vapier@gentoo.org> | Mon Jun 22 21:15:40 2009 -0400 |
tree | 6774806c22c4914430930e522367e9df8c1192af | |
parent | a200ad22bb15fe01cf222fa631687876baad5e01 [diff] |
Blackfin: redo handling of bad irqs With the common IRQ code initializing much more of the irq_desc state, we can't blindly initialize it ourselves to the local bad_irq state. If we do, we end up wrongly clobbering many fields. So punt most of the bad irq code as the common layers will handle the default state, and simply call handle_bad_irq() directly when the IRQ we are processing is invalid. Signed-off-by: Mike Frysinger <vapier@gentoo.org>