diff options
author | 2025-02-13 09:15:31 +0000 | |
---|---|---|
committer | 2025-02-13 17:55:13 +0000 | |
commit | 332b7e6d62b7a3a988017f5184e547aa20e3a19a (patch) | |
tree | 0ab6038475abb599eebce85851ed45c1fa793d7e /scripts/generate_rust_analyzer.py | |
parent | KVM: arm64: Eagerly switch ZCR_EL{1,2} (diff) | |
download | wireguard-linux-332b7e6d62b7a3a988017f5184e547aa20e3a19a.tar.xz wireguard-linux-332b7e6d62b7a3a988017f5184e547aa20e3a19a.zip |
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/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions