commit | d7076f07840851bbe57cb21ba052d6a4a9b1efa9 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Dec 25 17:44:19 2018 +0100 |
committer | Christoph Hellwig <hch@lst.de> | Fri Jan 04 09:03:16 2019 +0100 |
tree | 2cebc6f27705cdc0049be2489a7ff353f096b9f7 | |
parent | 2e05ea5cdc1ac55d9ef678ed5ea6c38acf7fd2a3 [diff] |
dma-mapping: implement dmam_alloc_coherent using dmam_alloc_attrs dmam_alloc_coherent is just the default no-flags case of dmam_alloc_attrs, so take advantage of this similar to the non-managed version. Signed-off-by: Christoph Hellwig <hch@lst.de>