-
-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
AcpiPlatform::new()
panics on arm64 when a GIC is present:
acpi/src/platform/interrupt.rs
Lines 65 to 71 in 6f1581d
MadtEntry::Gicc(_) | |
| MadtEntry::Gicd(_) | |
| MadtEntry::GicMsiFrame(_) | |
| MadtEntry::GicRedistributor(_) | |
| MadtEntry::GicInterruptTranslationService(_) => { | |
unimplemented!(); | |
} |
InterruptModel::Unknown
if the interrupt controller that is present is entirely unknown by the acpi crate. Please either implement GIC support or also use InterruptModel::Unknown
when a GIC is present.Metadata
Metadata
Assignees
Labels
No labels