533c2ee30d
A previous re-work of IRQ priorities was led astray by an incorrect comment. Priority level 1 is not a non-maskable interrupt priority. In addition, zero latency IRQs are not implemented on ARC. Timer driver now doesn't specify IRQ_ZERO_LATENCY (as that wouldn't be correct) and its IRQ priority is now tunable in Kconfig. The default is 0. IPM driver on both ARC and x86 side were being configured with hard-coded priority of 2, which wasn't valid for ARC and caused an assertion failure. The priority level is now tunable with Kconfig and defaults to 1 for ARC. Issue: ZEP-693 Change-Id: If76dbfee214be7630d787be0bce4549a1ecbcb5b Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
ipm_quark_se.c | ||
ipm_quark_se.h |