KVM: x86: Remove redundant definitions
authorNadav Amit <[email protected]>
Sun, 29 Mar 2015 13:33:04 +0000 (16:33 +0300)
committerPaolo Bonzini <[email protected]>
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 <[email protected]>
Message-Id: <1427635984[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/emulate.c
arch/x86/kvm/vmx.c