Skip to content
Commit e1d5c019 authored by Chris Metcalf's avatar Chris Metcalf
Browse files

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: default avatarChris Metcalf <cmetcalf@tilera.com>
parent b1760c84
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment