From: Todd Poynor Date: Mon, 29 Aug 2011 12:12:23 +0000 (+0530) Subject: OMAP: Fix a BUG in l3 error handler. X-Git-Tag: v3.2-rc1~90^2~8^5^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1df2dcc90dc6f5110726e9bdcd2353db989c29d;p=pandora-kernel.git OMAP: Fix a BUG in l3 error handler. With the current sequence of registering the irq and assigning it to the app_irq, debug_irq driver variables, there can be corner cases where the pending irq gets triggered immediately after registering, handler gets called resulting in a crash. So changed this sequence. Signed-off-by: sricharan Signed-off-by: Todd Poynor Signed-off-by: Santosh Shilimkar --- Reading git-diff-tree failed