[PATCH] arm64/kvm: fix misleading kconfig text for 16K pages

Mark Rutland mark.rutland at arm.com
Fri Jun 2 04:02:20 PDT 2017


We've supported KVM with 16K pages since commit:

  02e0b7600f835007 ("arm64: kvm: Add support for 16K pages")

... yet the kconfig text says this combination is not supported.

Let's fix that by deleting the misleading text.

Signed-off-by: Mark Rutland <mark.rutland at arm.com>
Acked-by: Marc Zyngier <marc.zyngier at arm.com>
Cc: Christoffer Dall <christoffer.dall at linaro.org>
Cc: Suzuki K Poulose <suzuki.poulose at arm.com>
Cc: kvmarm at lists.cs.columbia.edu
---
 arch/arm64/kvm/Kconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm64/kvm/Kconfig b/arch/arm64/kvm/Kconfig
index 52cb7ad..6e4e461 100644
--- a/arch/arm64/kvm/Kconfig
+++ b/arch/arm64/kvm/Kconfig
@@ -37,8 +37,6 @@ config KVM
 	select HAVE_KVM_IRQ_ROUTING
 	---help---
 	  Support hosting virtualized guest machines.
-	  We don't support KVM with 16K page tables yet, due to the multiple
-	  levels of fake page tables.
 
 	  If unsure, say N.
 
-- 
1.9.1




More information about the linux-arm-kernel mailing list