Skip to content

Commit 180a3da

Browse files
Hsy-IntelIsaacWoods
authored andcommitted
Ignore MultiprocessorWakeup when parse interrupt model (rust-osdev#220)
1 parent 22a54a6 commit 180a3da

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
@@ -292,6 +292,8 @@ impl Madt {
292292
local_apic_address = entry.local_apic_address;
293293
}
294294

295+
MadtEntry::MultiprocessorWakeup(_) => {}
296+
295297
_ => {
296298
return Err(AcpiError::InvalidMadt(MadtError::UnexpectedEntry));
297299
}

0 commit comments

Comments
 (0)