commit | a34a9b9682a5a9de53386ed0872c7d38ca9d6b38 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Jun 19 09:04:53 2018 +0200 |
committer | Helge Deller <deller@gmx.de> | Mon Aug 13 09:30:13 2018 +0200 |
tree | b2aeaba7ec847ab4216569f1f44b0c4598ab4f0d | |
parent | 94710cac0ef4ee177a63b5227664b38c95bbf703 [diff] |
parisc: merge pcx_dma_ops and pcxl_dma_ops The only difference is that pcxl supports dma coherent allocations, while pcx only supports non-consistent allocations and otherwise fails. But dma_alloc* is not in the fast path, and merging these two allows an easy migration path to the generic dma-noncoherent implementation, so do it. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Helge Deller <deller@gmx.de>