diff options
author | Suzuki K Poulose | 2016-03-17 14:29:24 +0000 |
---|---|---|
committer | Christoffer Dall | 2016-04-21 14:58:25 +0200 |
commit | 02e0b7600f8350078f01328095c20dd715700921 (patch) | |
tree | a35f796ec0e1fd0bfe5701d667297da49586bfb1 /arch/arm64/kvm | |
parent | 9163ee23e72333e4712f7edd1a49aef06eae6304 (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/Kconfig | 1 |
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 config KVM bool "Kernel-based Virtual Machine (KVM) support" depends on OF - depends on !ARM64_16K_PAGES select MMU_NOTIFIER select PREEMPT_NOTIFIERS select ANON_INODES |