commit | 3d1975b57097820c131c692d2e0d075641370369 | [log] [tgz] |
---|---|---|
author | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | Fri Oct 25 10:33:26 2013 +0000 |
committer | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | Fri Oct 25 10:33:26 2013 +0000 |
tree | 92784190b99b6b9e1a665a29dc2f1efb60623ff6 | |
parent | 783d0281043b9a1111d81d11ed0610b83d8857ed [diff] |
arm,arm64: do not always merge biovec if we are running on Xen This is similar to what it is done on X86: biovecs are prevented from merging otherwise every dma requests would be forced to bounce on the swiotlb buffer. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Changes in v7: - remove the extra autotranslate check in biomerge.c.