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

@ -243,7 +243,7 @@ IRAM_ATTR static void esp_crosscore_isr(void *arg)
}
}
void arch_start_cpu(int cpu_num, k_thread_stack_t *stack, int sz,
void arch_cpu_start(int cpu_num, k_thread_stack_t *stack, int sz,
arch_cpustart_t fn, void *arg)
{
volatile struct cpustart_rec sr;