smp: Fix aarch64 issue introduced in 0f04f686
This commit is contained in:
parent
5b5f768360
commit
1ac9fa6ae1
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue