zephyr/arch/nios2/core
Andrew Boie 8eaff5d6d2 k_thread_abort(): assert if abort essential thread
Previously, this was only done if an essential thread self-exited,
and was a runtime check that generated a kernel panic.

Now if any thread has k_thread_abort() called on it, and that thread
is essential to the system operation, this check is made. It is now
an assertion.

_NANO_ERR_INVALID_TASK_EXIT checks and printouts removed since this
is now an assertion.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-09-07 16:35:16 -07:00
..
offsets
Makefile nios2: use gen_isr_tables mechanism 2017-02-11 01:28:00 +00:00
cache.c arch: convert to using newly introduced integer sized types 2017-04-21 12:08:12 +00:00
cpu_idle.c kernel: remove remaining microkernel references 2017-04-10 20:21:05 +00:00
crt0.S arch: convert to using newly introduced integer sized types 2017-04-21 12:08:12 +00:00
exception.S nios2: reset timeslice on interrupt-induced swap 2017-06-02 14:47:01 -04:00
fatal.c k_thread_abort(): assert if abort essential thread 2017-09-07 16:35:16 -07:00
irq_manage.c debug: add stack sentinel feature 2017-05-13 15:14:41 -04:00
irq_offload.c
prep_c.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
reset.S
swap.S stack_sentinel: change cooperative check 2017-06-08 13:49:36 -05:00
thread.c kernel: introduce opaque data type for stacks 2017-08-01 16:43:15 -07:00