]> git.baikalelectronics.ru Git - kernel.git/commit
arm-nommu: call dma_mmap_from_dev_coherent directly
authorChristoph Hellwig <hch@lst.de>
Wed, 7 Aug 2019 10:55:01 +0000 (13:55 +0300)
committerChristoph Hellwig <hch@lst.de>
Wed, 4 Sep 2019 09:13:18 +0000 (11:13 +0200)
commit7d1e3923c367a1cf30e7beeb1f1551e1d1ebf029
tree99584479af7fd3fda7810d6c802bc71d2efb1d73
parent63045a4fdc5f912725ff180c9e7d044e5bed160a
arm-nommu: call dma_mmap_from_dev_coherent directly

There is no need to go through dma_common_mmap for the arm-nommu
dma mmap implementation as the only possible memory not handled above
could be that from the per-device coherent pool.

Signed-off-by: Christoph Hellwig <hch@lst.de>
arch/arm/mm/dma-mapping-nommu.c