]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
KVM: arm64: Remove unused parameter in synchronize_vcpu_pstate()
authorAlexandru Elisei <alexandru.elisei@arm.com>
Tue, 16 Dec 2025 10:30:53 +0000 (10:30 +0000)
committerOliver Upton <oupton@kernel.org>
Thu, 8 Jan 2026 20:56:17 +0000 (12:56 -0800)
commitd252c7898ebccef52665514be07b90987de7ffc7
tree703a4d0b4833ee40f831ec4f92ef9d7a2fabae60
parent26cdea4893c2b26cad58926d8f29792386219332
KVM: arm64: Remove unused parameter in synchronize_vcpu_pstate()

synchronize_vcpu_pstate() doesn't make use of the reference to exit_code,
remove the parameter.

Reviewed-by: Fuad Tabba <tabba@google.com>
Signed-off-by: Alexandru Elisei <alexandru.elisei@arm.com>
Reviewed-by: Marc Zyngier <maz@kernel.org>
Tested-by: Fuad Tabba <tabba@google.com>
Link: https://msgid.link/20251216103053.47224-5-alexandru.elisei@arm.com
Signed-off-by: Oliver Upton <oupton@kernel.org>
arch/arm64/kvm/hyp/include/hyp/switch.h
arch/arm64/kvm/hyp/nvhe/switch.c
arch/arm64/kvm/hyp/vhe/switch.c