1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

iommu_gas: Rename a function missed earlier

Reported by:	jenkins
Fixes:	c606ab59e7 vm_extern: use standard address checkers everywhere
This commit is contained in:
Doug Moore 2021-12-31 01:48:11 -06:00
parent abae2c01c5
commit cfb2aa3f53

View File

@ -329,7 +329,7 @@ iommu_gas_match_one(struct iommu_gas_match_args *a, iommu_gaddr_t beg,
/* IOMMU_PAGE_SIZE to create gap after new entry. */
if (start + a->offset + a->size + IOMMU_PAGE_SIZE <= end &&
start + a->offset + a->size <= maxaddr &&
iommu_test_boundary(start + a->offset, a->size,
vm_addr_bound_ok(start + a->offset, a->size,
a->common->boundary)) {
a->entry->start = start;
return (true);