projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
e704966
)
Merge tag 'dma-mapping-4.19-3' of git://git.infradead.org/users/hch/dma-mapping
author
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 29 Sep 2018 09:52:24 +0000
(
02:52
-0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 29 Sep 2018 09:52:24 +0000
(
02:52
-0700)
Christoph writes:
"dma mapping fix for 4.19-rc6
fix a missing Kconfig symbol for commits introduced in 4.19-rc"
* tag 'dma-mapping-4.19-3' of git://git.infradead.org/users/hch/dma-mapping:
dma-mapping: add the missing ARCH_HAS_SYNC_DMA_FOR_CPU_ALL declaration
kernel/dma/Kconfig
patch
|
blob
|
history
diff --git
a/kernel/dma/Kconfig
b/kernel/dma/Kconfig
index
9bd5430
..
1b1d63b
100644
(file)
--- 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