diff options
author | Suzuki K Poulose <suzuki.poulose@arm.com> | 2016-03-17 15:29:24 +0100 |
---|---|---|
committer | Christoffer Dall <christoffer.dall@linaro.org> | 2016-04-21 14:58:25 +0200 |
commit | 02e0b7600f8350078f01328095c20dd715700921 (patch) | |
tree | a35f796ec0e1fd0bfe5701d667297da49586bfb1 /arch/arm64/kvm | |
parent | kvm-arm: Cleanup stage2 pgd handling (diff) | |
download | linux-02e0b7600f8350078f01328095c20dd715700921.tar.xz linux-02e0b7600f8350078f01328095c20dd715700921.zip |
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 |