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:
parent
3664ed64c3
commit
6ea749de52
14 changed files with 19 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue