From: Mike Frysinger Date: Fri, 5 Jun 2009 07:13:11 +0000 (-0400) Subject: Blackfin: fix sparseirq/kstat_irqs fallout X-Git-Tag: v2.6.31-rc1~361^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf664c0a3a42683b78d74aca2d7cfb6ccc2aa2c3;p=pandora-kernel.git Blackfin: fix sparseirq/kstat_irqs fallout The sparseirq changes (d7e51e66) played poorly with the Blackfin irqchip implementation as we're still using the old hardirq method. Our bad irq structure had a NULL kstat_irqs field so when all the common code tries to increment this field, everything goes big bada boom. Signed-off-by: Mike Frysinger --- Reading git-diff-tree failed