mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Remove an erroneous optimisation that used the page size mask to reduce the range to iterate through on the set of mappings. This doesn't work as the virtio-iommu ranges are larger than a single page. This may have worked in the past when the mappings were limited to a single page. Signed-off-by: Rob Bradford <rbradford@rivosinc.com>