git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
925fe08
)
iommu/amd: Remove map_sg_no_iommu()
author
Joerg Roedel
<joro@8bytes.org>
Tue, 9 Apr 2013 13:04:36 +0000
(15:04 +0200)
committer
Joerg Roedel
<joro@8bytes.org>
Thu, 18 Apr 2013 15:19:45 +0000
(17:19 +0200)
This function was intended as a fall-back if the map_sg
function is called for a device not mapped by the IOMMU.
Since the AMD IOMMU driver uses per-device dma_ops this can
never happen. So this function isn't needed anymore.
Reviewed-by: Shuah Khan <shuahkhan@gmail.com>
Signed-off-by: Joerg Roedel <joro@8bytes.org>
No differences found