x86_64: smp: flag cpu as online during bootstrap

This commit is contained in:
2023-05-04 21:41:39 +01:00
parent a3df88f062
commit 3f91c96050

View File

@@ -38,6 +38,7 @@ extern "C" void ap_trampoline_exit(void)
ap_apic_init();
cpu_set_online(cpu_id);
__this_ap_ok = 1;
irq_enable();