commit | 89b231e7e2d34b25ef7a52832bdd74873607c52e | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Mon Nov 06 14:29:35 2023 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jan 17 11:57:20 2024 -0500 |
tree | b64a0fa09034900d17d67f293215ebbb9a3a1496 | |
parent | ad87d2667c3105b7de690af65da6eb08e2496c5a [diff] |
kernel: smp: introduce k_smp_cpu_start This renames z_smp_cpu_start() to k_smp_cpu_start(). This effectively promotes z_smp_cpu_start() into a public API which allows out of tree usage. Since this is a new API, we can afford to change it signature, where it allows an additional initialization steps to be done before a newly powered up CPU starts participating in scheduling threads to run. Signed-off-by: Daniel Leung <daniel.leung@intel.com>