commit | c1f59375b3782f478ac2c488889abdc00dd8e25f | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Jun 19 09:04:55 2018 +0200 |
committer | Helge Deller <deller@gmx.de> | Mon Aug 13 09:30:32 2018 +0200 |
tree | 618197af450d2db9600dfcfbc25dc6c2772462f4 | |
parent | 7f1501053811414ddeff63db8f5d41bdbe38068f [diff] |
parisc: use generic dma_noncoherent_ops Switch to the generic noncoherent direct mapping implementation. Fix sync_single_for_cpu to do skip the cache flush unless the transfer is to the device to match the more tested unmap_single path which should have the same cache coherency implications. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Helge Deller <deller@gmx.de>