fix arm64_start_cpu

This commit is contained in:
TaiJuWu 2023-09-16 13:21:22 +00:00 committed by Xiang Xiao
parent 8dbe86084e
commit 68b8006ee9

View File

@ -148,7 +148,7 @@ static void arm64_start_cpu(int cpu_num, char *stack, int stack_sz,
/* Notify of the start event */
sched_note_cpu_start(this_task(), cpu);
sched_note_cpu_start(this_task(), cpu_num);
#endif
cpu_boot_params.boot_sp = stack;