diff options
| author | Mitchel Humpherys <mitchelh@codeaurora.org> | 2015-01-21 16:29:07 -0800 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-22 11:11:01 -0700 |
| commit | d49b2b5eafbfe5c30f807d91754e759a666bc3c5 (patch) | |
| tree | b5d53d53f194e4400c551fa721a89f97881d53c7 /include/uapi/linux/byteorder | |
| parent | 153b3c0c3743442efe002e20cb8ca477e0db5203 (diff) | |
arm64: dma-mapping: use correct type for iova
IOMMU virtual addresses use the dma_addr_t type since they can be up to
64-bits. We're currently using an `unsigned int' to store our IOVA in
arm_iommu_map_sg, which could result in truncation. Use the correct
type for an I/O virtual address: dma_addr_t.
Change-Id: Ie63bf17268ca70d102ab9d472ed9bcc6f4a793d7
Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org>
Diffstat (limited to 'include/uapi/linux/byteorder')
0 files changed, 0 insertions, 0 deletions
