diff options
| author | Alexander Duyck <[email protected]> | 2012-10-15 17:19:44 +0000 |
|---|---|---|
| committer | Konrad Rzeszutek Wilk <[email protected]> | 2012-10-30 13:32:07 +0000 |
| commit | 61ca08c3220032dd88815b3465d56cb779258168 (patch) | |
| tree | b126015d4fd76ff1e4b936097877e734aa19746b /fs/proc/array.c | |
| parent | swiotlb: Return physical addresses when calling swiotlb_tbl_map_single (diff) | |
| download | kernel-61ca08c3220032dd88815b3465d56cb779258168.tar.gz kernel-61ca08c3220032dd88815b3465d56cb779258168.zip | |
swiotlb: Use physical addresses for swiotlb_tbl_unmap_single
This change makes it so that the unmap functionality also uses physical
addresses. This helps to further reduce the use of virt_to_phys and
phys_to_virt functions.
In order to clarify things since we now have 2 physical addresses in use
inside of swiotlb_tbl_unmap_single I am renaming phys to orig_addr, and
dma_addr to tlb_addr. This way is should be clear that orig_addr is
contained within io_orig_addr and tlb_addr is an address within the
io_tlb_addr buffer.
Signed-off-by: Alexander Duyck <[email protected]>
Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>
Diffstat (limited to 'fs/proc/array.c')
0 files changed, 0 insertions, 0 deletions
