]> git.ipfire.org Git - thirdparty/linux.git/commit - Documentation/DMA-API.txt
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)
commit82c5de0ab8dbd6035223ad69e76bd8a88a0a9399
tree8401f73e927f3f7f9e93450f88c895243b41d911
parent91a6fda95cb67c94b887355690d1923a7eb6f630
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