aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm
diff options
context:
space:
mode:
authorSuzuki K Poulose <suzuki.poulose@arm.com>2016-03-17 10:29:24 -0400
committerChristoffer Dall <christoffer.dall@linaro.org>2016-04-21 08:58:25 -0400
commit02e0b7600f8350078f01328095c20dd715700921 (patch)
treea35f796ec0e1fd0bfe5701d667297da49586bfb1 /arch/arm64/kvm
parent9163ee23e72333e4712f7edd1a49aef06eae6304 (diff)
arm64: kvm: Add support for 16K pages
Now that we can handle stage-2 page tables independent of the host page table levels, wire up the 16K page support. Cc: Marc Zyngier <marc.zyngier@arm.com> Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org> Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Diffstat (limited to 'arch/arm64/kvm')
-rw-r--r--arch/arm64/kvm/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/kvm/Kconfig b/arch/arm64/kvm/Kconfig
index de7450df7629..aa2e34e99582 100644
--- a/arch/arm64/kvm/Kconfig
+++ b/arch/arm64/kvm/Kconfig
@@ -22,7 +22,6 @@ config KVM_ARM_VGIC_V3
22config KVM 22config KVM
23 bool "Kernel-based Virtual Machine (KVM) support" 23 bool "Kernel-based Virtual Machine (KVM) support"
24 depends on OF 24 depends on OF
25 depends on !ARM64_16K_PAGES
26 select MMU_NOTIFIER 25 select MMU_NOTIFIER
27 select PREEMPT_NOTIFIERS 26 select PREEMPT_NOTIFIERS
28 select ANON_INODES 27 select ANON_INODES