48-bit VA support in the SMMU
Stuart Yoder
stuart.yoder at freescale.com
Wed Nov 19 15:29:44 PST 2014
Hi Will,
Regarding 48-bit support at the SMMU, this patch is currently in the kernel:
commit 04f905a9569ca2b6964a35563f135fabbb2470bc
Author: Christoffer Dall <christoffer.dall at linaro.org>
Date: Fri Oct 10 11:14:30 2014 +0100
arm64: Allow 48-bits VA space without ARM_SMMU
Now when KVM has been reworked to support 48-bits host VA space, we can
allow systems to be configured with this option. However, the ARM SMMU
driver also needs to be tweaked for 48-bit support so only allow the
config option to be set when not including support for theSMMU.
Signed-off-by: Christoffer Dall <christoffer.dall at linaro.org>
Signed-off-by: Catalin Marinas <catalin.marinas at arm.com>
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index ac9afde..b8053be 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -232,7 +232,7 @@ config ARM64_VA_BITS_42
config ARM64_VA_BITS_48
bool "48-bit"
- depends on BROKEN
+ depends on !ARM_SMMU
endchoice
Do you know the status of any work to remove this limitation?
Thanks,
Stuart
More information about the linux-arm-kernel
mailing list