mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make adding children consistant in the GICv3 drivers
Reorder statements to make them consistant between the ACPI and FDT GICv3 attachments. Reported by: jrtc27 Sponsored by: Innovate UK
This commit is contained in:
parent
839374bbfe
commit
7a5d47de97
1 changed files with 1 additions and 1 deletions
|
|
@ -432,8 +432,8 @@ gic_v3_acpi_bus_attach(device_t dev)
|
|||
resource_list_init(&di->di_rl);
|
||||
di->di_gic_dinfo.gic_domain = -1;
|
||||
di->di_gic_dinfo.is_vgic = 1;
|
||||
sc->gic_nchildren++;
|
||||
device_set_ivars(child, di);
|
||||
sc->gic_nchildren++;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue