zephyr/arch/riscv/core
Andrew Boie c0df99cc77 kernel: reduce scope of z_new_thread_init()
The core kernel z_setup_new_thread() calls into arch_new_thread(),
which calls back into the core kernel via z_new_thread_init().

Move everything that doesn't have to be in z_new_thread_init() to
z_setup_new_thread() and convert to an inline function.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-04-21 18:45:45 -04:00
..
offsets
CMakeLists.txt
cpu_idle.c
fatal.c
irq_manage.c arch: riscv: irq: fix build warning 2020-04-10 12:38:06 -04:00
irq_offload.c
isr.S
prep_c.c
reset.S
swap.S
thread.c kernel: reduce scope of z_new_thread_init() 2020-04-21 18:45:45 -04:00