rust-osdev / acpi

Rust library for parsing ACPI tables and interpreting AML
Apache License 2.0
203 stars 65 forks source link

Ignore `MultiprocessorWakeup` when parse interrupt model #220

Closed Hsy-Intel closed 2 months ago

Hsy-Intel commented 3 months ago

When parsing the interrupt model, including MultiprocessorWakeup in Madt will cause an error. We should ignore it.

Hsy-Intel commented 2 months ago

Can anyone help review this PR? Thanks