diff --git a/common/sys/smp.c b/common/sys/smp.c index 5fd6780e..b4ad5a3e 100644 --- a/common/sys/smp.c +++ b/common/sys/smp.c @@ -502,9 +502,9 @@ static struct limine_smp_info *try_acpi_smp(size_t *cpu_count, struct limine_smp_info *info_struct = &ret[*cpu_count]; - info_struct->acpi_processor_uid = gicc->acpi_uid; - info_struct->gic_iface_no = gicc->iface_no; - info_struct->mpidr = gicc->mpidr; + info_struct->processor_id = gicc->acpi_uid; + info_struct->gic_iface_no = gicc->iface_no; + info_struct->mpidr = gicc->mpidr; // Do not try to restart the BSP if (gicc->mpidr == bsp_mpidr) {