acpi: Fix error message
Fix a formatting error from195f794318
Fixes:195f794318
Sponsored by: Netflix
This commit is contained in:
parent
4e679d8aea
commit
281a6ff273
@ -194,7 +194,7 @@ acpi_find_table(const char *sig)
|
||||
}
|
||||
acpi_unmap_table(xsdt);
|
||||
} else {
|
||||
printf("ACPI: Unsupported RSDP version %d and XSDT %#llx\n",
|
||||
printf("ACPI: Unsupported RSDP version %d and XSDT %#lx\n",
|
||||
rsdp->Revision, rsdp->XsdtPhysicalAddress);
|
||||
}
|
||||
pmap_unmapbios((vm_offset_t)rsdp, sizeof(ACPI_TABLE_RSDP));
|
||||
|
Loading…
Reference in New Issue
Block a user