diff options
author | Mark Rutland <mark.rutland@arm.com> | 2025-02-13 12:15:31 +0300 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2025-02-13 20:55:13 +0300 |
commit | 332b7e6d62b7a3a988017f5184e547aa20e3a19a (patch) | |
tree | 0ab6038475abb599eebce85851ed45c1fa793d7e /scripts/extract-fwblobs | |
parent | 59419f10045bc955d2229819c7cf7a8b0b9c5b59 (diff) | |
download | linux-332b7e6d62b7a3a988017f5184e547aa20e3a19a.tar.xz |
KVM: arm64: Simplify warning in kvm_arch_vcpu_load_fp()
At the end of kvm_arch_vcpu_load_fp() we check that no bits are set in
SVCR. We only check this for protected mode despite this mattering
equally for non-protected mode, and the comment above this is confusing.
Remove the comment and simplify the check, moving from WARN_ON() to
WARN_ON_ONCE() to avoid spamming the log.
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'scripts/extract-fwblobs')
0 files changed, 0 insertions, 0 deletions