commit | 2c38d6a4e959a88213e24214188e056e5b8cf4c6 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Oct 21 13:01:46 2021 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Thu Oct 21 13:02:41 2021 +0200 |
tree | 880b16bef9bdabffc2be251b79d452c932357bc9 | |
parent | 519d81956ee277b4419c723adfb154603c2565ba [diff] |
sparc32: remove the call to dma_make_coherent in arch_dma_free LEON only needs snooping when DMA accesses are not seen on the processor bus. Given that coherent allocations are mapped uncached this can't happen for those allocations. Signed-off-by: Christoph Hellwig <hch@lst.de> Tested-by: Andreas Larsson <andreas@gaisler.com> Acked-by: David S. Miller <davem@davemloft.net>