diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2016-05-30 19:21:22 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2016-05-30 22:45:04 +0530 |
commit | 60f2b4b8af548150cc56bf6fd213e47897964794 (patch) | |
tree | 6a2e3317963e0315259707df98f3fd0b12ce1f53 /arch/arc/include/asm | |
parent | 49acadff2a0cb4f7ff4efe0fb6c23f5fad81a3b3 (diff) |
ARC: [intc-compact] simplify code for 2 priority levels
ARC700 support for 2 interrupt priorities historically allowed even slow
perpherals such as emac and uart to setup high priority interrupts
which was wrong from the beginning as they could possibly delay the more
critical timer interrupt.
The hardware support for 2 level interrupts in ARCompact is less than
ideal anyways (judging from the "hacks" in low level entry code and thus
is not used in productions systems I know of.
So reduce the scope of this to timer only, thereby reducing a bunch of
complexity.
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/include/asm')
0 files changed, 0 insertions, 0 deletions