zephyr/arch
Benjamin Walsh 13f6a0c676 kernel/arm: fix missing interrupt lock around _is_next_thread_current()
This reverts commit

	"kernel/arm: add comment about _is_next_thread_current"

and fixes the interrupt locking issue.

The comment would have been right if only reads were done the ready
queue, but that is not the case. It turns out that the comment was written
ignoring the fact that _is_next_thread_current() updates the next thread
cache when fetching the next thread.

Change-Id: I21c9230f85f4f87a6bbf14fd4a9eb7e19b59f8c5
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-11-16 00:16:28 +00:00
..
arc kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
arm kernel/arm: fix missing interrupt lock around _is_next_thread_current() 2016-11-16 00:16:28 +00:00
nios2 kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
x86 drivers: update ipm driver to use unified kernel 2016-11-13 13:53:53 +00:00
Kconfig power_mgmt: Do not notify deep sleep if bootloader does context restore 2016-11-11 20:40:53 +00:00
Makefile arch/Makefile: simplify 2016-04-27 21:40:19 +00:00