summaryrefslogtreecommitdiffstats
path: root/arch/arm64
diff options
context:
space:
mode:
authorWill Deacon2014-11-14 18:17:54 +0100
committerWill Deacon2015-01-19 15:46:45 +0100
commit518f7136244c167538f732691be589959310b295 (patch)
tree6cf1ecefa2e905ea847240e54103c07bd98b905a /arch/arm64
parentiommu: io-pgtable-arm: add non-secure quirk (diff)
downloadkernel-qcow2-linux-518f7136244c167538f732691be589959310b295.tar.gz
kernel-qcow2-linux-518f7136244c167538f732691be589959310b295.tar.xz
kernel-qcow2-linux-518f7136244c167538f732691be589959310b295.zip
iommu/arm-smmu: make use of generic LPAE allocator
The ARM SMMU can walk LPAE page tables, so make use of the generic allocator. Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm64')
-rw-r--r--arch/arm64/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index b1f9a20a3677..528c3fd2d4c1 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -349,7 +349,6 @@ config ARM64_VA_BITS_42
config ARM64_VA_BITS_48
bool "48-bit"
- depends on !ARM_SMMU
endchoice