summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include/asm/Kbuild
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-07-19 05:54:39 -0700
committerMichal Simek <michal.simek@xilinx.com>2018-07-20 14:29:47 +0200
commit5411ad27dba1e59923f3865f90ab756fd6b9ab3c (patch)
treefba184190c76cefbaf233b08dbce9cb88adc8353 /arch/microblaze/include/asm/Kbuild
parentbd05a58ddfd719015d66e8670af48feb386a3ca6 (diff)
downloadlinux-5411ad27dba1e59923f3865f90ab756fd6b9ab3c.tar.bz2
microblaze: use generic dma_noncoherent_ops
Switch to the generic noncoherent direct mapping implementation. This removes the direction-based optimizations in sync_{single,sg}_for_{cpu,device} which were marked untestested and do not match the usually very well tested {un,}map_{single,sg} implementations. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze/include/asm/Kbuild')
-rw-r--r--arch/microblaze/include/asm/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/include/asm/Kbuild b/arch/microblaze/include/asm/Kbuild
index fe6a6c6e5003..569ba9e670c1 100644
--- a/arch/microblaze/include/asm/Kbuild
+++ b/arch/microblaze/include/asm/Kbuild
@@ -5,6 +5,7 @@ generic-y += bugs.h
generic-y += compat.h
generic-y += device.h
generic-y += div64.h
+generic-y += dma-mapping.h
generic-y += emergency-restart.h
generic-y += exec.h
generic-y += extable.h