commit | 45b75dd7ffff76e8a9a4b2b32bcb41966065d447 | [log] [tgz] |
---|---|---|
author | Joakim Andersson <joakim.andersson@nordicsemi.no> | Tue May 22 14:18:22 2018 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu May 31 14:58:43 2018 -0400 |
tree | 517dc5ecd4085ba709efe3bf5e1151eefa8aaf09 | |
parent | 4ef36a4b54705238511bfab96a90b606ba1bf1fe [diff] |
arch: arm: Fix zero interrupt latency priority level Change the zero latency interrupt priority level from 2 to 1. This is the priority level that the kernel has reserved for the zero latency IRQ feature by the _IRQ_PRIO_OFFSET constant. The zero latency IRQ will now not be masked by the irq_lock function. Update comments to reflect the priority levels reserved by the kernel. Fixes: #8073 Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>