]> asedeno.scripts.mit.edu Git - linux.git/commit
arm64: kvm: Replace hardcoded '1' with SYS_PAR_EL1_F
authorWill Deacon <will@kernel.org>
Thu, 22 Aug 2019 16:21:21 +0000 (17:21 +0100)
committerWill Deacon <will@kernel.org>
Tue, 27 Aug 2019 16:38:41 +0000 (17:38 +0100)
commit5c062ef4155b60018c547552ca48823297d00998
tree1ebe442fbed0de47cc8baa9e544172e939859fdf
parent42f91093b043332ad75cea7aeafecda6fe81814c
arm64: kvm: Replace hardcoded '1' with SYS_PAR_EL1_F

Now that we have a definition for the 'F' field of PAR_EL1, use that
instead of coding the immediate directly.

Acked-by: Marc Zyngier <maz@kernel.org>
Reviewed-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kvm/hyp/switch.c