]> git.ipfire.org Git - thirdparty/linux.git/commit
KVM: arm64: Remove unused return value from kvm_reset_vcpu()
authorOliver Upton <oliver.upton@linux.dev>
Wed, 20 Sep 2023 19:50:35 +0000 (19:50 +0000)
committerOliver Upton <oliver.upton@linux.dev>
Thu, 21 Sep 2023 18:13:29 +0000 (18:13 +0000)
commit3d4b2a4cddd783bc5a75585a7cb6189a8a551b22
tree4ef9392fcba77c1cea468de947581662d8152f82
parentd99fb82fd35e816b3656141e5dd940dfd00d09fd
KVM: arm64: Remove unused return value from kvm_reset_vcpu()

Get rid of the return value for kvm_reset_vcpu() as there are no longer
any cases where it returns a nonzero value.

Link: https://lore.kernel.org/r/20230920195036.1169791-8-oliver.upton@linux.dev
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
arch/arm64/include/asm/kvm_host.h
arch/arm64/kvm/arch_timer.c
arch/arm64/kvm/arm.c
arch/arm64/kvm/reset.c
include/kvm/arm_arch_timer.h