From: Catalin Marinas Date: Mon, 14 Jan 2013 17:53:39 +0000 (+0000) Subject: irqchip: gic: Call handle_bad_irq() directly X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~70^2~17^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aec0095653cd9812b9a15df0315364cc6d094c59;p=pandora-kernel.git irqchip: gic: Call handle_bad_irq() directly Previously, the gic_handle_cascade_irq() function was calling the ARM-specific do_bad_IRQ() function which calls handle_bad_irq() after acquiring the desk->lock. Locking the cascaded IRQ desc is not needed for error reporting, so just call handle_bad_irq() directly. Signed-off-by: Catalin Marinas Tested-by: Marc Zyngier Cc: Russell King Cc: Thomas Gleixner Cc: Rob Herring --- Reading git-diff-tree failed