All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH, for-4.19] dma-mapping: add the missing ARCH_HAS_SYNC_DMA_FOR_CPU_ALL declaration
@ 2018-09-11  9:00 ` Christoph Hellwig
  0 siblings, 0 replies; 15+ messages in thread
From: Christoph Hellwig @ 2018-09-11  9:00 UTC (permalink / raw)
  To: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA
  Cc: linux-mips-6z/3iImG2C8G8FEW9MqTrA, paul.burton-8NJIiSa5LzA,
	robin.murphy-5wv7dgnIgG8

The patch adding the infrastructure failed to actually add the symbol
declaration, oops..

Fixes: faef87723a ("dma-noncoherent: add a arch_sync_dma_for_cpu_all hook")
Signed-off-by: Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>
---
 kernel/dma/Kconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/kernel/dma/Kconfig b/kernel/dma/Kconfig
index 9bd54304446f..1b1d63b3634b 100644
--- a/kernel/dma/Kconfig
+++ b/kernel/dma/Kconfig
@@ -23,6 +23,9 @@ config ARCH_HAS_SYNC_DMA_FOR_CPU
 	bool
 	select NEED_DMA_MAP_STATE
 
+config ARCH_HAS_SYNC_DMA_FOR_CPU_ALL
+	bool
+
 config DMA_DIRECT_OPS
 	bool
 	depends on HAS_DMA
-- 
2.18.0

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2018-09-25 20:05 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-11  9:00 [PATCH, for-4.19] dma-mapping: add the missing ARCH_HAS_SYNC_DMA_FOR_CPU_ALL declaration Christoph Hellwig
2018-09-11  9:00 ` Christoph Hellwig
     [not found] ` <20180911090049.10747-1-hch-jcswGhMUV9g@public.gmane.org>
2018-09-14 10:08   ` Christoph Hellwig
2018-09-14 10:08     ` Christoph Hellwig
     [not found]     ` <20180914100842.GA23696-jcswGhMUV9g@public.gmane.org>
2018-09-14 15:44       ` Robin Murphy
2018-09-14 15:44         ` Robin Murphy
     [not found]         ` <00257a79-72cf-15aa-fed9-d75923eed51e-5wv7dgnIgG8@public.gmane.org>
2018-09-14 15:51           ` Christoph Hellwig
2018-09-14 15:51             ` Christoph Hellwig
2018-09-21  6:10 ` Christoph Hellwig
     [not found]   ` <20180921061052.GA13705-jcswGhMUV9g@public.gmane.org>
2018-09-21 19:42     ` Paul Burton
2018-09-21 19:42       ` Paul Burton
2018-09-22 19:24       ` Florian Fainelli
2018-09-22 19:24         ` Florian Fainelli
     [not found]         ` <62B54A6B-6E10-4A40-8E61-C1D23A853816-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2018-09-25 20:05           ` Christoph Hellwig
2018-09-25 20:05             ` Christoph Hellwig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.