aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Enberg <penberg@kernel.org>2012-04-02 16:10:43 +0300
committerPekka Enberg <penberg@kernel.org>2012-04-02 16:10:43 +0300
commit7fd658bec49b40ea195d7c091431e7004f05ec19 (patch)
tree728b56e9536894f9e5fb4c8102d2878b68a2728b
parent3c215ee5fe7328e582c593197564e2c49bd9bafb (diff)
downloadjato-7fd658bec49b40ea195d7c091431e7004f05ec19.tar.gz
x86: Remove unused register definitions from instruction.c
Signed-off-by: Pekka Enberg <penberg@kernel.org>
-rw-r--r--arch/x86/instruction.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/x86/instruction.c b/arch/x86/instruction.c
index 27aa8cb0..08f97c22 100644
--- a/arch/x86/instruction.c
+++ b/arch/x86/instruction.c
@@ -778,16 +778,6 @@ enum {
USE_FP = (1U << 12), /* frame pointer */
TYPE_BRANCH = (1U << 13),
TYPE_CALL = (1U << 14),
-
-#ifdef CONFIG_X86_32
- DEF_EAX = DEF_xAX,
- DEF_ECX = DEF_xCX,
- DEF_EDX = DEF_xDX,
-#else
- DEF_RAX = DEF_xAX,
- DEF_RCX = DEF_xCX,
- DEF_RDX = DEF_xDX,
-#endif
};
static unsigned long insn_flags[] = {