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:
c884227
)
swiotlb-xen: call xen_dma_sync_single_for_device when appropriate
author
Stefano Stabellini
<stefano.stabellini@eu.citrix.com>
Fri, 21 Nov 2014 16:55:12 +0000
(16:55 +0000)
committer
David Vrabel
<david.vrabel@citrix.com>
Thu, 4 Dec 2014 12:41:56 +0000
(12:41 +0000)
In xen_swiotlb_sync_single we always call xen_dma_sync_single_for_cpu,
even when we should call xen_dma_sync_single_for_device. Fix that.
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
CC: stable@vger.kernel.org
No differences found