commit | 5446a979e0805cedd3b7b4909d7f68f69b201fe3 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Mon May 23 13:20:10 2016 +0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue May 24 12:11:05 2016 +0200 |
tree | 61e6591f0b1783fc57f2361e881d0adbb981b982 | |
parent | 44bcc922381e24c4f38dc5dfd8d34d60b2ede898 [diff] |
svm: bitwise vs logical op typo These were supposed to be a bitwise operation but there is a typo. The result is mostly harmless, but sparse correctly complains. Fixes: 44a95dae1d22 ('KVM: x86: Detect and Initialize AVIC support') Fixes: 18f40c53e10f ('svm: Add VMEXIT handlers for AVIC') Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>