From: Nadav Amit Date: Sun, 29 Mar 2015 13:33:04 +0000 (+0300) Subject: KVM: x86: Remove redundant definitions X-Git-Tag: omap-for-v4.1/fixes-rc1~202^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b32a99180027ec980af971d548781eac1f6bb9b5;p=pandora-kernel.git 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 Message-Id: <1427635984-8113-3-git-send-email-namit@cs.technion.ac.il> Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed