Skip to content

Commit 26e92e9

Browse files
authored
Ignore MultiprocessorWakeup when parse interrupt model (#220)
1 parent 36da95f commit 26e92e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

acpi/src/madt.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@ impl Madt {
282282
local_apic_address = entry.local_apic_address;
283283
}
284284

285+
MadtEntry::MultiprocessorWakeup(_) => {}
286+
285287
_ => {
286288
return Err(AcpiError::InvalidMadt(MadtError::UnexpectedEntry));
287289
}

0 commit comments

Comments
 (0)