]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit07df0ce347886cbeffec54ac142c183e28e39549
tree6774806c22c4914430930e522367e9df8c1192af
parentf88d54a82128fb3df6e71ff44cc896683cc4916a
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