Mips uses the KSEG1 kernel memory segment do map dma coherent
allocations for n
any kind of special support for DMA_ATTR_WRITE_COMBINE in the allocation[...]
path. Thus supporting DMA_ATTR_WRITE_COMBINE in dma_mmap_attrs will
lead to multiple mappings with different caching attributes.
Fixes: 8c172467be36 ("MIPS: Add implementation of dma_map_ops.mmap()")
Signed-off-by: Christoph Hellwig <hch@xxxxxx>