mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Currently _curr_cpu is only used by the get_cpu macro to quickly access the cpu struct. This is not really necessary because we can access to the struct by directly referencing &(_kernel.cpus[cpu_num]) in assembly Signed-off-by: Carlo Caione <ccaione@baylibre.com>