diff options
| author | Christoph Hellwig <[email protected]> | 2022-11-21 10:46:09 +0100 |
|---|---|---|
| committer | Christoph Hellwig <[email protected]> | 2023-10-22 16:38:55 +0200 |
| commit | ffd32a92b33b95771f63727560fa12c75191e705 (patch) | |
| tree | 576faf731c41ff2ef8795165e96e06b5f1353909 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/SchedGui.py | |
| parent | 9e28bf8bdf2177a88bd6648fc741bc0280e08af8 (diff) | |
net: fec: use dma_alloc_noncoherent for data cache enabled coldfire
Coldfire platforms with data caches can't properly implement
dma_alloc_coherent and currently just return noncoherent memory from
dma_alloc_coherent.
The fec driver than works around this with a flush of all caches in the
receive path. Make this hack a little less bad by using the explicit
dma_alloc_noncoherent API and documenting the hacky cache flushes so
that the DMA API level hack can be removed.
Also replace the check for CONFIG_M532x for said hack with a check
for COLDFIRE && !COLDFIRE_COHERENT_DMA. While m532x is the only such
platform with a fec module, this makes the code more consistent and
easier to follow.
Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Greg Ungerer <[email protected]>
Tested-by: Greg Ungerer <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/SchedGui.py')
0 files changed, 0 insertions, 0 deletions