]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit300237f18bdda3c18b235a86a5d37984b811c7fe
tree1b782f2d3443a1d3567c0ce6f45372e31f71bb3d
parent316577cf7e543b98e778042a9c0d87ef7d55c7b6
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