fix arm64_start_cpu
This commit is contained in:
parent
8dbe86084e
commit
68b8006ee9
@ -148,7 +148,7 @@ static void arm64_start_cpu(int cpu_num, char *stack, int stack_sz,
|
|||||||
|
|
||||||
/* Notify of the start event */
|
/* Notify of the start event */
|
||||||
|
|
||||||
sched_note_cpu_start(this_task(), cpu);
|
sched_note_cpu_start(this_task(), cpu_num);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
cpu_boot_params.boot_sp = stack;
|
cpu_boot_params.boot_sp = stack;
|
||||||
|
Loading…
Reference in New Issue
Block a user