]> git.baikalelectronics.ru Git - kernel.git/commit
dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag
authorChristoph Hellwig <hch@lst.de>
Tue, 25 Dec 2018 12:29:54 +0000 (13:29 +0100)
committerChristoph Hellwig <hch@lst.de>
Wed, 20 Feb 2019 14:27:00 +0000 (07:27 -0700)
commit08a8446fb4f537d128c98fcc52ee46a93b6fd98a
tree8401f73e927f3f7f9e93450f88c895243b41d911
parent2eac2c0419ae198862437d6a01a6fb5bc0be709e
dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag

All users of dma_declare_coherent want their allocations to be
exclusive, so default to exclusive allocations.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14 files changed:
Documentation/DMA-API.txt
arch/arm/mach-imx/mach-imx27_visstrim_m10.c
arch/arm/mach-imx/mach-mx31moboard.c
arch/sh/boards/mach-ap325rxa/setup.c
arch/sh/boards/mach-ecovec24/setup.c
arch/sh/boards/mach-kfr2r09/setup.c
arch/sh/boards/mach-migor/setup.c
arch/sh/boards/mach-se/7724/setup.c
arch/sh/drivers/pci/fixups-dreamcast.c
drivers/media/platform/soc_camera/sh_mobile_ceu_camera.c
drivers/usb/host/ohci-sm501.c
drivers/usb/host/ohci-tmio.c
include/linux/dma-mapping.h
kernel/dma/coherent.c