From: Mike Frysinger Date: Mon, 15 Jun 2009 10:10:03 +0000 (-0400) Subject: Blackfin: redo handling of bad irqs X-Git-Tag: v2.6.31-rc1~44^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26579216f3cdf1ae05f0af8412b444870a167510;p=pandora-kernel.git 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 --- Reading git-diff-tree failed