projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4d98fb
)
iommu/pamu: Make driver depend on CONFIG_PHYS_64BIT
author
Joerg Roedel
<jroedel@suse.de>
Wed, 9 Aug 2017 13:04:47 +0000
(15:04 +0200)
committer
Joerg Roedel
<jroedel@suse.de>
Tue, 15 Aug 2017 11:59:34 +0000
(13:59 +0200)
Certain address calculations in the driver make the
assumption that phys_addr_t and dma_addr_t are 64 bit wide.
Force this by depending on CONFIG_PHYS_64BIT to be set.
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/iommu/Kconfig
b/drivers/iommu/Kconfig
index
e73b7c5
..
e163b02
100644
(file)
--- a/
drivers/iommu/Kconfig
+++ b/
drivers/iommu/Kconfig
@@
-77,6
+77,7
@@
config IOMMU_DMA
config FSL_PAMU
bool "Freescale IOMMU support"
depends on PCI
+ depends on PHYS_64BIT
depends on PPC_E500MC || (COMPILE_TEST && PPC)
select IOMMU_API
select GENERIC_ALLOCATOR