zephyr/arch
Carlo Caione 2f3962534a arch: arm64: Remove new thread entry wrapper
Instead of having some special stack frame when first scheduling new
thread and a new thread entry wrapper to pull out the needed data, we
can reuse the context restore code by adapting the initial stack frame.

This reduces the lines of code and simplify the code at the expense of a
slightly bigger initial stack frame.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2020-10-06 10:25:56 -04:00
..
arc
arm arch: arm64: Remove new thread entry wrapper 2020-10-06 10:25:56 -04:00
common gen_isr_tables: Function ptr instead of (void *) 2020-10-02 18:48:46 +02:00
nios2
posix
riscv
x86
xtensa
CMakeLists.txt
Kconfig