zephyr/arch
Andrew Boie 96cadd1a9a arc: move special-purpose irq priorities to flags
We have already done this on x86 and ARM. The policy is as follows:

* IRQ priority levels starting at 0 all have the same semantics and
do not have special properties. The priority level is either ignored
on arches which do not support programmable priority levels, or lower
priority levels take precedence over higher ones.
* Special-case priorty levels are specified via flags, in which case
the supplied priority level is ignored.

Issue: ZEP-60
Change-Id: Ic603f49299ee1426fb9350ca29d0b8ef96a1d53a
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-07-26 15:06:28 +00:00
..
arc arc: move special-purpose irq priorities to flags 2016-07-26 15:06:28 +00:00
arm arm: assume irq stack and size are aligned 2016-07-21 15:04:41 +00:00
nios2 nios2: assume IRQ stack pointer and size already aligned 2016-07-21 15:04:05 +00:00
x86 power_mgmt: Create arch/soc specific helper functions 2016-07-21 11:25:31 -07:00
Kconfig nanokernel: support GCC compiler atomic builtins 2016-07-18 23:20:52 +00:00
Makefile arch/Makefile: simplify 2016-04-27 21:40:19 +00:00