mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 13:16:31 +00:00
bug fix
This commit is contained in:
@ -153,7 +153,7 @@ void smp_ap_start()
|
||||
current_pcb->preempt_count = 0;
|
||||
sti();
|
||||
|
||||
if (proc_current_cpu_id == 2)
|
||||
if (proc_current_cpu_id == 1)
|
||||
process_init();
|
||||
while (1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user