From: Chris Metcalf Date: Fri, 30 Mar 2012 20:29:06 +0000 (-0400) Subject: arch/tile: avoid accidentally unmasking NMI-type interrupt accidentally X-Git-Tag: v3.4-rc2~7^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1d5c0195075abaa45cd04ca397dbeaa0d18c490;p=pandora-kernel.git arch/tile: avoid accidentally unmasking NMI-type interrupt accidentally The return path as we reload registers and core state requires that r30 hold a boolean indicating whether we are returning from an NMI, but in a couple of cases we weren't setting this properly, with the result that we could accidentally unmask the NMI interrupt(s), which could cause confusion. Now we set r30 in every place where we jump into the interrupt return path. Signed-off-by: Chris Metcalf --- Reading git-diff-tree failed