arch: rename arch_start_cpu() to arch_cpu_start()

Rename arch_start_cpu() to arch_cpu_start() so it belongs to
the "cpu" namespace.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2023-11-08 09:05:17 -08:00 committed by Fabio Baltieri
commit 6ea749de52
14 changed files with 19 additions and 17 deletions

View file

@ -156,7 +156,7 @@ static void start_cpu(int id, struct cpu_start_cb *csc)
(void)atomic_clear(&ready_flag);
/* Power up the CPU */
arch_start_cpu(id, z_interrupt_stacks[id], CONFIG_ISR_STACK_SIZE,
arch_cpu_start(id, z_interrupt_stacks[id], CONFIG_ISR_STACK_SIZE,
smp_init_top, csc);
/* Wait until the newly powered up CPU to signal that