diff options
author | Will Deacon <will.deacon@arm.com> | 2014-11-14 12:17:54 -0500 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2015-01-19 09:46:45 -0500 |
commit | 518f7136244c167538f732691be589959310b295 (patch) | |
tree | 6cf1ecefa2e905ea847240e54103c07bd98b905a /arch/arm64 | |
parent | c896c132b01895fd1445d178e36155b671c6f9ee (diff) |
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/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 | |||
349 | 349 | ||
350 | config ARM64_VA_BITS_48 | 350 | config ARM64_VA_BITS_48 |
351 | bool "48-bit" | 351 | bool "48-bit" |
352 | depends on !ARM_SMMU | ||
353 | 352 | ||
354 | endchoice | 353 | endchoice |
355 | 354 | ||