zephyr/arch/xtensa/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
startup Revert "arch: xtensa: Use reset-vector.S in booloader code" 2020-02-08 10:01:24 +02:00
CMakeLists.txt arch: xtensa: Add support for Intel Apollolake 2020-02-05 10:43:25 -05:00
atomic.S kernel: add APIs for atomic os on pointers 2020-03-10 10:18:16 -04:00
cpu_idle.c tracing: move headers under include/tracing 2020-02-07 15:58:05 -05:00
crt1.S xtensa: add calling entry point for multi-processing 2020-03-25 19:07:28 -04:00
fatal.c
irq_manage.c arch: xtensa: Add support for Intel Apollolake 2020-02-05 10:43:25 -05:00
irq_offload.c
window_vectors.S
xtensa-asm2-util.S xtensa: save/restore scompare1 during context switch 2020-02-27 12:42:26 +02:00
xtensa-asm2.c kernel: reduce scope of z_new_thread_init() 2020-04-21 18:45:45 -04:00
xtensa_intgen.py
xtensa_intgen.tmpl