]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: SEV: fix misplaced closing parenthesis
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 15 Jun 2022 12:03:53 +0000 (08:03 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 15 Jun 2022 12:03:53 +0000 (08:03 -0400)
commit1cbe1ea8ba1f5ebeed4ac355fb5ed51d84d75a8a
tree9d8f4c6cd8607964b04b8f856317f7f1bb8df0c2
parent3444585c98fd4db45421062c70f98155e7795c2d
KVM: SEV: fix misplaced closing parenthesis

This caused a warning on 32-bit systems, but undoubtedly would have acted
funny on 64-bit as well.

The fix was applied directly on merge in 5.19, see commit 08c21492c2f1 ("Merge
tag for-linus of git://git.kernel.org/pub/scm/virt/kvm/kvm").

Fixes: 36e91d4510ec ("KVM: x86: inhibit APICv/AVIC on changes to APIC ID or APIC base")
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm/avic.c