u-boot-brain/arch/arc/cpu/arc700
Igor Guryanov c0e9535e1d 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>
2015-01-15 22:38:42 +03:00
..
cache.c arc: check caches existence before use 2015-01-15 22:38:42 +03:00
config.mk arc: add cpu files 2014-02-07 08:14:32 -05:00
cpu.c arc: add cpu files 2014-02-07 08:14:32 -05:00
interrupts.c arc: interrupts - fix mask setup 2015-01-15 22:38:42 +03:00
Makefile arc: add cpu files 2014-02-07 08:14:32 -05:00
reset.c arc: add cpu files 2014-02-07 08:14:32 -05:00
start.S arc: add ECR (exception cause register) output 2015-01-15 22:38:42 +03:00
timer.c arc: add cpu files 2014-02-07 08:14:32 -05:00
u-boot.lds arc: add cpu files 2014-02-07 08:14:32 -05:00