KVM: arm/arm64: Fix check for hugepage size when allocating at Stage 2
authorPunit Agrawal <punit.agrawal@arm.com>
Wed, 28 Feb 2018 16:40:09 +0000 (16:40 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 Mar 2018 09:23:28 +0000 (10:23 +0100)
commit25039c139fdefd660b3a8ecfd001919fc3ced92d
treef4722f9624d5530169bd5671e10dfa55e3dcb66f
parent3eb222174ee8b6280e552f71ed68f890bbbdc437
KVM: arm/arm64: Fix check for hugepage size when allocating at Stage 2

Commit 45ee9d5e97a4 ("KVM: arm/arm64: Check pagesize when allocating a
hugepage at Stage 2") lost the check for PMD_SIZE during the backport
to 4.9.

Fix this by correcting the condition to detect hugepages during stage
2 allocation.

Fixes: 45ee9d5e97a4 ("KVM: arm/arm64: Check pagesize when allocating a hugepage at Stage 2")
Reported-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Signed-off-by: Punit Agrawal <punit.agrawal@arm.com>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/kvm/mmu.c