arm: kvm: STRICT_MM_TYPECHECKS fix for user_mem_abort
authorSteve Capper <steve.capper@linaro.org>
Tue, 14 Oct 2014 14:02:15 +0000 (15:02 +0100)
committerChristoffer Dall <christoffer.dall@linaro.org>
Wed, 15 Oct 2014 09:25:22 +0000 (11:25 +0200)
commit3d08c629244257473450a8ba17cb8184b91e68f8
tree91b6f68965261368c58a48d42cc285378a4cd295
parentc3058d5da2222629bc2223c488a4512b59bb4baf
arm: kvm: STRICT_MM_TYPECHECKS fix for user_mem_abort

Commit:
b886576 ARM: KVM: user_mem_abort: support stage 2 MMIO page mapping

introduced some code in user_mem_abort that failed to compile if
STRICT_MM_TYPECHECKS was enabled.

This patch fixes up the failing comparison.

Signed-off-by: Steve Capper <steve.capper@linaro.org>
Reviewed-by: Kim Phillips <kim.phillips@linaro.org>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
arch/arm/kvm/mmu.c