acpi: calibrate local APIC timer on BSP
This commit is contained in:
@@ -61,6 +61,7 @@ int ml_init(uintptr_t arg)
|
||||
cpu_data_t *this_cpu = get_this_cpu();
|
||||
this_cpu->c_flags = CPU_ONLINE;
|
||||
this_cpu->c_id = this_cpu();
|
||||
g_bootstrap_cpu.c_data = this_cpu;
|
||||
put_cpu(this_cpu);
|
||||
|
||||
vm_zone_descriptor_t vm_zones[] = {
|
||||
|
||||
Reference in New Issue
Block a user