Blackfin: redo handling of bad irqs
authorMike Frysinger <vapier@gentoo.org>
Mon, 15 Jun 2009 10:10:03 +0000 (06:10 -0400)
committerMike Frysinger <vapier@gentoo.org>
Tue, 23 Jun 2009 01:15:40 +0000 (21:15 -0400)
commit26579216f3cdf1ae05f0af8412b444870a167510
tree6774806c22c4914430930e522367e9df8c1192af
parenta200ad22bb15fe01cf222fa631687876baad5e01
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>
arch/blackfin/kernel/irqchip.c