commit | c0e9535e1d582ec089c743b705752392fcf3d9a2 | [log] [tgz] |
---|---|---|
author | Igor Guryanov <guryanov@synopsys.com> | Wed Dec 24 16:31:26 2014 +0300 |
committer | Alexey Brodkin <abrodkin@synopsys.com> | Thu Jan 15 22:38:42 2015 +0300 |
tree | f9f4fb4500bf09c68456d9debc932dfb35d9af8a | |
parent | e47d733867b2da336754718f7eaa7f51655dbefa [diff] |
arc: interrupts - fix mask setup To disable interrupts we need to reset corresponding flags in STATUS32 register. For this we need to OR flags for interrupts level1 and level2 and then AND with current value in STATUS32. Before that implementation was incorrect. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Signed-off-by: Igor Guryanov <guryanov@synopsys.com>