From: Andrew Randrianasulu Date: Thu, 14 May 2009 18:29:27 +0000 (-0700) Subject: MIPS: IP32: Fix hang on shutdown in power button interrupt handler. X-Git-Tag: v2.6.30-rc7~15^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=950312ce22696ddfa42a957bdadaa9c24151e679;p=pandora-kernel.git MIPS: IP32: Fix hang on shutdown in power button interrupt handler. The hang was caused by the use of disable_irq() from the interrupt handler itself. Fixed by the use of disable_irq_nosync(). The issue was triggered by: commit 3aa551c9b4c40018f0e261a178e3d25478dc04a9 Author: Thomas Gleixner Date: Mon Mar 23 18:28:15 2009 +0100 genirq: add threaded interrupt handler support Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed