commit | 35a1814c4d3eaac62c12072f0b4cc6d7245b6bbc | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Fri Nov 03 12:06:42 2023 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jan 17 11:57:20 2024 -0500 |
tree | 6e9a485eccf8dfa53b2260901582393bd78e29b3 | |
parent | f7bd449c523e7064f78228c034fce67e22bdf567 [diff] |
kernel: smp: remove z_smp_thread_init/_swap This removes z_smp_thread_init() and z_smp_thread_swap() as SOF has been updated to use k_smp_cpu_custom_start() instead. This removes the need for SOF to mirror part of the SMP power up code, and thus these two functions are no longer needed. Signed-off-by: Daniel Leung <daniel.leung@intel.com>