diff options
author | Vladimir Murzin <[email protected]> | 2017-06-28 10:16:57 +0100 |
---|---|---|
committer | Christoph Hellwig <[email protected]> | 2017-06-30 10:03:07 -0700 |
commit | 07c75d7a6b9eae24ab72c6eb2fbd39963775b0bf (patch) | |
tree | 463fc188df21de87c3cef87b4eab54438805c86e /include/linux/fpga/fpga-mgr.h | |
parent | 93228b44c33a572cb36cec2dbed42e9bdbc88d79 (diff) |
drivers: dma-mapping: allow dma_common_mmap() for NOMMU
Currently, internals of dma_common_mmap() is compiled out if build is
done for either NOMMU or target which explicitly says it does not
have/want coherent DMA mmap. It turned out that dma_common_mmap() can
be handy in NOMMU setup (at least for ARM).
This patch converts exitent NOMMU targets to use ARCH_NO_COHERENT_DMA_MMAP,
thus when CONFIG_MMU is gone from dma_common_mmap() their behaviour stays
unchanged.
ARM is not converted to ARCH_NO_COHERENT_DMA_MMAP because it 1)
already has mmap callback which can handle (at some extent) NOMMU 2)
already defines dummy pgprot_noncached() for NOMMU build.
c6x and frv stay untouched since they already have ARCH_NO_COHERENT_DMA_MMAP.
Cc: Steven Miao <[email protected]>
Cc: Geert Uytterhoeven <[email protected]>
Cc: Michal Simek <[email protected]>
Cc: Yoshinori Sato <[email protected]>
Cc: Rich Felker <[email protected]>
Cc: Chris Zankel <[email protected]>
Cc: Max Filippov <[email protected]>
Suggested-by: Christoph Hellwig <[email protected]>
Signed-off-by: Vladimir Murzin <[email protected]>
Tested-by: Benjamin Gaignard <[email protected]>
Diffstat (limited to 'include/linux/fpga/fpga-mgr.h')
0 files changed, 0 insertions, 0 deletions