]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - arch/x86/kvm/vmx.c
KVM: x86: Remove redundant definitions
authorNadav Amit <namit@cs.technion.ac.il>
Sun, 29 Mar 2015 13:33:04 +0000 (16:33 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 30 Mar 2015 14:46:42 +0000 (16:46 +0200)
commitb32a99180027ec980af971d548781eac1f6bb9b5
tree1b782f2d3443a1d3567c0ce6f45372e31f71bb3d
parent0efb04406de834d820f7ba150a00d1d3194aa8a6
KVM: x86: Remove redundant definitions

Some constants are redfined in emulate.c. Avoid it.

s/SELECTOR_RPL_MASK/SEGMENT_RPL_MASK
s/SELECTOR_TI_MASK/SEGMENT_TI_MASK

No functional change.

Signed-off-by: Nadav Amit <namit@cs.technion.ac.il>
Message-Id: <1427635984-8113-3-git-send-email-namit@cs.technion.ac.il>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/emulate.c
arch/x86/kvm/vmx.c