diff options
author | Will Deacon <will.deacon@arm.com> | 2014-11-14 17:17:54 +0000 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2015-01-19 14:46:45 +0000 |
commit | 518f7136244c167538f732691be589959310b295 (patch) | |
tree | 6cf1ecefa2e905ea847240e54103c07bd98b905a /arch | |
parent | c896c132b01895fd1445d178e36155b671c6f9ee (diff) | |
download | linux-stable-518f7136244c167538f732691be589959310b295.tar.gz linux-stable-518f7136244c167538f732691be589959310b295.tar.bz2 linux-stable-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')
-rw-r--r-- | arch/arm64/Kconfig | 1 |
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 |