This commit is contained in:
Yuke Peng
2024-01-28 12:53:00 +08:00
committed by Tate, Hongliang Tian
parent ab03ef0fe8
commit 8d6915d0e6

View File

@ -157,7 +157,7 @@ pub fn init() {
let version = io_apic.version(); let version = io_apic.version();
let max_redirection_entry = io_apic.max_redirection_entry(); let max_redirection_entry = io_apic.max_redirection_entry();
info!( info!(
"[IOAPIC]: Not found ACPI talbes, using default address:{:x?}", "[IOAPIC]: Not found ACPI tables, using default address:{:x?}",
IO_APIC_DEFAULT_ADDRESS, IO_APIC_DEFAULT_ADDRESS,
); );
info!( info!(