From: Chao Xie Date: Mon, 6 Dec 2010 06:01:10 +0000 (+0100) Subject: ARM: 6524/1: GIC irq desciptor bug fix X-Git-Tag: v2.6.37-rc5~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87507500b7fc3620e467abb617a3452f0cccc72d;p=pandora-kernel.git ARM: 6524/1: GIC irq desciptor bug fix gic_set_cpu will directly use irq_desc[]. If CONFIG_SPARSE_IRQ is enabled, there is no irq_desc[]. So we need use irq_to_desc(irq) to get the descriptor for irq. Signed-off-by: Chao Xie Acked-by: Kyungmin Park Signed-off-by: Russell King --- Reading git-diff-tree failed