Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
irq: _ARC_V2_DEF_IRQ_LEVEL should be set to last legal priority
Set _ARC_V2_DEF_IRQ_LEVEL to the last legal priority value, and not 15. The last legal value is: (CONFIG_NUM_IRQ_PRIO_LEVELS-1). This is safer because we don't want priorites not configured to be enabled. Change-Id: I1689cc00aa7e707a204d16ec17d7f396566e8638 Signed-off-by: Chuck Jordan <[email protected]>
- Loading branch information