Use correct type name.
Sponsored by: Mellanox Technologies MFC after: 1 week
This commit is contained in:
parent
a03d6f0a16
commit
2d8bfbdcb2
@ -1010,8 +1010,8 @@ dmar_inst_rmrr_iter(ACPI_DMAR_HEADER *dmarh, void *arg)
|
||||
printf("dmar%d no dev found for RMRR "
|
||||
"[%#jx, %#jx] rid %#x scope path ",
|
||||
iria->dmar->unit,
|
||||
(uintptr_t)resmem->BaseAddress,
|
||||
(uintptr_t)resmem->EndAddress,
|
||||
(uintmax_t)resmem->BaseAddress,
|
||||
(uintmax_t)resmem->EndAddress,
|
||||
rid);
|
||||
dmar_print_path(devscope->Bus, dev_path_len,
|
||||
(const ACPI_DMAR_PCI_PATH *)(devscope + 1));
|
||||
|
Loading…
Reference in New Issue
Block a user