diff options
author | Like Xu <likexu@tencent.com> | 2021-08-09 12:34:08 +0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-08-13 10:35:16 +0300 |
commit | c1a527a1de46ad6f0f9d5907b29fc98e50267f8e (patch) | |
tree | 179c330442a187e01c61ecaeb080cae566e733be /virt/kvm/kvm_main.c | |
parent | 65297341d8e15b04cc9e206597a3d7c407c346f6 (diff) | |
download | linux-c1a527a1de46ad6f0f9d5907b29fc98e50267f8e.tar.xz |
KVM: x86: Clean up redundant ROL16(val, n) macro definition
The ROL16(val, n) macro is repeatedly defined in several vmcs-related
files, and it has never been used outside the KVM context.
Let's move it to vmcs.h without any intended functional changes.
Signed-off-by: Like Xu <likexu@tencent.com>
Message-Id: <20210809093410.59304-4-likexu@tencent.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'virt/kvm/kvm_main.c')
0 files changed, 0 insertions, 0 deletions