commit | 33b16dc8b805ad5c5e04fed55c1669d115102dc1 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Aug 17 15:32:34 2020 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Fri Sep 25 06:20:42 2020 +0200 |
tree | 808c66afde8e7c0452871ab38c5c4fe6a3253199 | |
parent | e0ec8a4d6432104bf0e985ccfa475f8742c78cc6 [diff] |
net/au1000-eth: stop using DMA_ATTR_NON_CONSISTENT The au1000-eth driver contains none of the manual cache synchronization required for using DMA_ATTR_NON_CONSISTENT. From what I can tell it can be used on both dma coherent and non-coherent DMA platforms, but I suspect it has been buggy on the non-coherent platforms all along. Signed-off-by: Christoph Hellwig <hch@lst.de>