commit | eefaeee061c869cfa33be9693ff186ca60f76ff9 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Wed Nov 08 13:00:43 2023 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jan 17 11:57:20 2024 -0500 |
tree | 20fa1eed2a7c4d3ecc5db60ff5c4c459e35724ba | |
parent | fe66e35db00237b894e724b993f43348a4d6473b [diff] |
kernel: smp: introduce k_smp_cpu_resume This provides a path to resume a previously suspended CPU. This differs from k_smp_cpu_start() where per-CPU kernel structs are not initialized such that execution context can be saved during suspend and restored during resume. Though the actual context saving and restoring are platform specific. Signed-off-by: Daniel Leung <daniel.leung@intel.com>