]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm64: Move kvm_arch_vcpu_run_pid_change() out of line
authorMarc Zyngier <maz@kernel.org>
Thu, 14 Oct 2021 10:30:42 +0000 (11:30 +0100)
committerMarc Zyngier <maz@kernel.org>
Wed, 1 Dec 2021 11:51:21 +0000 (11:51 +0000)
commit498d5aeb7b24d882889ec4315d88af0d4088be20
tree652eda6f98c035dce9eefb283ceee4d34541c5ff
parentca4fae1f6a803ba9468fbf786931fb76c491e476
KVM: arm64: Move kvm_arch_vcpu_run_pid_change() out of line

Having kvm_arch_vcpu_run_pid_change() inline doesn't bring anything
to the table. Move it next to kvm_vcpu_first_run_init(), which will
be convenient for what is next to come.

Reviewed-by: Andrew Jones <drjones@redhat.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/include/asm/kvm_host.h
arch/arm64/kvm/arm.c