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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue