]> git.baikalelectronics.ru Git - kernel.git/commit
arm/arm64: KVM: Turn kvm_psci_version into a static inline
authorMarc Zyngier <marc.zyngier@arm.com>
Tue, 6 Feb 2018 17:56:13 +0000 (17:56 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 6 Feb 2018 22:54:03 +0000 (22:54 +0000)
commit88c1c8a14a1e327c453f915acf5834b670cb0905
treef2ad313657833c68e8df651b270fbef2cf05c145
parentcfb6e87f607c3c6d1164d627a4b69c4257210ab1
arm/arm64: KVM: Turn kvm_psci_version into a static inline

We're about to need kvm_psci_version in HYP too. So let's turn it
into a static inline, and pass the kvm structure as a second
parameter (so that HYP can do a kern_hyp_va on it).

Tested-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kvm/hyp/switch.c
include/kvm/arm_psci.h
virt/kvm/arm/psci.c