commit | dfaad39cec85790f87161705c14027a63be44496 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Jul 31 10:02:04 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 21 12:37:16 2018 -0700 |
tree | 5ea9c6760d913675a78b65275a39fb84e954c2e4 | |
parent | 778a33959a8ad4cb1ea2f4c5119f9e1e8b9f9d9b [diff] |
sparc: use generic dma_noncoherent_ops Switch to the generic noncoherent direct mapping implementation. This removes the previous sync_single_for_device implementation, which looks bogus given that no syncing is happening in the similar but more important map_single case. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>