From: Thomas Gleixner Date: Wed, 23 Mar 2011 21:08:44 +0000 (+0000) Subject: MIPS: Alchemy: Convert to new irq chip functions X-Git-Tag: v2.6.39-rc1~68^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d24c1a26ca952264d92ccf6acafe38912e05b1f8;p=pandora-kernel.git MIPS: Alchemy: Convert to new irq chip functions Fix the deadlock in set_type() while at it: The code called set_irq_chip_and_handler_name() resp. set_irq_chip() from the set_type() callback. That only works on UP and lock debugging disabled. Otherwise it would dead lock on desc->lock. __irq_set_chip_handler_name_locked() avoids that. Signed-off-by: Thomas Gleixner To: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/2173/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed