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)
commit052f064d42b7bac87cbcd140710f262c5f1c3c8b
tree652eda6f98c035dce9eefb283ceee4d34541c5ff
parentbff01a61af3c8b9756940c2fb0be2af570cdb5bf
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