Commit 59103c7
iommu/arm-smmu-v3: Implement the unmap_pages() IOMMU driver callback
Implement the unmap_pages() callback for ARM SMMUV3 driver to allow calls
from iommu_unmap to unmap multiple pages of the same size in one call.
Also remove the unmap() callback for the ARM SMMUV3 driver as it will
no longer be used.
Signed-off-by: Xiang Chen <[email protected]>
Acked-by: Will Deacon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joerg Roedel <[email protected]>1 parent 75cc101 commit 59103c7
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2450 | 2450 | | |
2451 | 2451 | | |
2452 | 2452 | | |
2453 | | - | |
2454 | | - | |
| 2453 | + | |
| 2454 | + | |
| 2455 | + | |
2455 | 2456 | | |
2456 | 2457 | | |
2457 | 2458 | | |
2458 | 2459 | | |
2459 | 2460 | | |
2460 | 2461 | | |
2461 | 2462 | | |
2462 | | - | |
| 2463 | + | |
2463 | 2464 | | |
2464 | 2465 | | |
2465 | 2466 | | |
| |||
2823 | 2824 | | |
2824 | 2825 | | |
2825 | 2826 | | |
2826 | | - | |
| 2827 | + | |
2827 | 2828 | | |
2828 | 2829 | | |
2829 | 2830 | | |
| |||
0 commit comments