diff options
author | Stefano Stabellini <[email protected]> | 2014-11-21 11:07:39 +0000 |
---|---|---|
committer | David Vrabel <[email protected]> | 2014-12-04 12:41:54 +0000 |
commit | a4dba130891271084344c12537731542ec77cb85 (patch) | |
tree | d7ff4310aadcb0e8d6fc46abb5452727fd56bd17 /net/lapb/lapb_timer.c | |
parent | 5121872afe0e6470bc6b41637b258fa6e314be4f (diff) |
xen/arm/arm64: introduce xen_arch_need_swiotlb
Introduce an arch specific function to find out whether a particular dma
mapping operation needs to bounce on the swiotlb buffer.
On ARM and ARM64, if the page involved is a foreign page and the device
is not coherent, we need to bounce because at unmap time we cannot
execute any required cache maintenance operations (we don't know how to
find the pfn from the mfn).
No change of behaviour for x86.
Signed-off-by: Stefano Stabellini <[email protected]>
Reviewed-by: David Vrabel <[email protected]>
Reviewed-by: Catalin Marinas <[email protected]>
Acked-by: Ian Campbell <[email protected]>
Acked-by: Konrad Rzeszutek Wilk <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions