zephyr/include/arch
Andrew Boie bba445b31f nios2: fix irq_lock/unlock ordering bug
Memory accesses could be reordered before an irq_lock() or
after an irq_unlock() without the memory barriers.

See commit 15bc537712 for the
ARM fix for a complete description of the issue and fix.

Change-Id: I1d96fe0088d90150f0888c2893d017155fc0a0a7
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-12-03 00:05:24 +00:00
..
arc arc: fix irq_lock/unlock ordering bug 2016-12-02 18:35:31 +00:00
arm arm: fix irq_unlock() ordering bug 2016-12-02 10:37:51 -06:00
nios2 nios2: fix irq_lock/unlock ordering bug 2016-12-03 00:05:24 +00:00
x86 x86: fix irq_lock/unlock ordering bug 2016-12-02 18:07:22 +00:00
cpu.h