commit | 9490c6c67e2f41760de8ece4e4f56f75f84ceb9e | [log] [tgz] |
---|---|---|
author | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | Fri Nov 21 16:55:12 2014 +0000 |
committer | David Vrabel <david.vrabel@citrix.com> | Thu Dec 04 12:41:56 2014 +0000 |
tree | 502e3ae4773a8986fdd8eef4ddcbabafe6dd69be | |
parent | c884227eaae9936f8ecbde6e1387bccdab5f4e90 [diff] |
swiotlb-xen: call xen_dma_sync_single_for_device when appropriate 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