diff options
author | Christoph Hellwig <[email protected]> | 2018-07-27 19:26:06 +0200 |
---|---|---|
committer | Paul Burton <[email protected]> | 2018-07-27 15:19:59 -0700 |
commit | a999933db9ed44f8501e0241f7f1fbdf36554396 (patch) | |
tree | 582181edf96f6389672c90b94654dd6acbaa9aaf /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | d4da0e97baea8768b3d66ccef3967bebd50dfc3b (diff) |
MIPS: remove mips_swiotlb_ops
mips_swiotlb_ops differs from the generic swiotlb_dma_ops only in that
it contains a mb() barrier after each operations that maps or syncs
dma memory to the device.
The dma operations are defined to not be memory barriers, but instead
the write* operations to kick the DMA off are supposed to contain them.
For mips this handled by war_io_reorder_wmb(), which evaluates to the
stronger wmb() instead of the pure compiler barrier barrier() for
just those platforms that use swiotlb, so I think we are covered
properly.
[[email protected]:
- Include linux/swiotlb.h to fix build failures for configs with
CONFIG_SWIOTLB=y.]
Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: Paul Burton <[email protected]>
Patchwork: https://patchwork.linux-mips.org/patch/20038/
Cc: David Daney <[email protected]>
Cc: Huacai Chen <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions