zephyr/arch/riscv32/core
Andy Ross 3a0cb2d35d kernel: Remove legacy preemption checking
The metairq feature exposed the fact that all of our arch code (and a
few mistaken spots in the scheduler too) was trying to interpret
"preemptible" threads independently.

As of the scheduler rewrite, that logic is entirely within sched.c and
doing it externally is redundant.  And now that "cooperative" threads
can be preempted, it's wrong and produces test failures when used with
metairq threads.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2018-05-25 09:40:55 -07:00
..
offsets
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
cpu_idle.c
fatal.c
irq_manage.c
irq_offload.c
isr.S kernel: Remove legacy preemption checking 2018-05-25 09:40:55 -07:00
prep_c.c kernel: include: rename nano_internal.h to kernel_internal.h 2018-01-31 10:07:21 -06:00
reset.S
swap.S zephyr: use k_thread_entry_t everywhere 2017-09-11 11:18:22 -07:00
thread.c kernel: fix k_thread_stack_t definition 2017-10-17 08:24:29 -07:00